填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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
}
    

构造函数

constructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE)
      
      constructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE)
    
参数
value any
type Type | SerializerTypes

可选. 默认值是 SerializerTypes.PRIMITIVE.

属性

属性说明
value: anyDeclared in constructor.
type: Type<any> | SerializerTypesDeclared in constructor.