FuncCallParam
Defined in: js-api/src/functions.ts:232
Represents a parameter of a function.
Constructors
Constructor
new FuncCallParam(
dart):FuncCallParam
Defined in: js-api/src/functions.ts:238
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
FuncCallParam
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
aux | public | any | Auxiliary data used for storing additional information associated with this parameter (a MapBag: indexed access plus the map methods; typed any so it can be cast to a package's own shape). | js-api/src/functions.ts:236 |
dart | readonly | any | - | js-api/src/functions.ts:233 |
Accessors
name
Get Signature
get name():
string
Defined in: js-api/src/functions.ts:243
Returns
string
onChanged
Get Signature
get onChanged():
Observable<any>
Defined in: js-api/src/functions.ts:254
Returns
Observable<any>
property
Get Signature
get property():
Property
Defined in: js-api/src/functions.ts:248
Property (metadata) of this parameter: name, type, options.
Returns
value
Get Signature
get value():
any
Defined in: js-api/src/functions.ts:245
Returns
any
Methods
processOutput()
processOutput():
void
Defined in: js-api/src/functions.ts:250
Returns
void