FnArg

From Get docs
< @angular/platform-webworkerAngular/docs/10/api/platform-webworker/fnarg


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

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

Parameters
value any
type SerializerTypes Optional. Default is SerializerTypes.PRIMITIVE.


Properties

Property Description
value: any Declared in Constructor
SerializerTypes Declared in Constructor


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v10.angular.io/api/platform-webworker/FnArg