FnArg
class
experimental
npm Package | @angular/platform-webworker |
---|---|
Module | import { FnArg } from '@angular/platform-webworker'; |
Source | platform-webworker/src/web_workers/shared/client_message_broker.ts |
Overview
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)
Members
value: any
type: Type<any> | SerializerTypes
© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/platform-webworker/FnArg