mode_edit codeAPI / @angular/platform-webworkerFnArglinkclass 试验性的class FnArg { constructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE) value: any type: Type<any> | SerializerTypes }构造函数linkconstructor(value: any, type: Type<any> | SerializerTypes = SerializerTypes.PRIMITIVE)参数valueType: any.typeType: Type | SerializerTypes.可选. 默认值是 SerializerTypes.PRIMITIVE.属性link属性名类型说明valueany声明于构造函数中typeType<any> | SerializerTypes声明于构造函数中