FnArg
已弃用: 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
}
构造函数
参数
|
属性
属性 | 说明 |
---|---|
value: any | Declared in constructor. |
type: Type<any> | SerializerTypes | Declared in constructor. |