On this page
FnArg
class
deprecated
Deprecated: platform-webworker is deprecated in Angular and will be removed in a future version of Angular
class FnArg {
constructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE)
value: any
type: Type<any> | SerializerTypes
}
Constructor
|
value |
any |
|
type |
Type
|
Optional. Default is |
Properties
Property | Description |
---|---|
value: any |
Declared in Constructor |
type: Type<any> | SerializerTypes |
Declared in Constructor |
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/platform-webworker/FnArg