FnArg
class
class FnArg { constructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE) value: any type: Type<any> | SerializerTypes }
Constructor
|
value | Type: |
type | Type: Optional. Default is |
Properties
Property | Description |
---|---|
value: any | Declared in constructor. |
type: Type<any> | SerializerTypes | Declared in constructor. |
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/platform-webworker/FnArg