FuncCallParam
Defined in: src/functions.ts:216
Represents a parameter of a function.
Constructors
Constructor
new FuncCallParam(
dart):FuncCallParam
Defined in: src/functions.ts:222
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. | src/functions.ts:220 |
dart | readonly | any | - | src/functions.ts:217 |
Accessors
name
Get Signature
get name():
string
Defined in: src/functions.ts:227
Returns
string
onChanged
Get Signature
get onChanged():
Observable<any>
Defined in: src/functions.ts:238
Returns
Observable<any>
property
Get Signature
get property():
Property
Defined in: src/functions.ts:232
A property that re
Returns
value
Get Signature
get value():
any
Defined in: src/functions.ts:229
Returns
any
Methods
processOutput()
processOutput():
void
Defined in: src/functions.ts:234
Returns
void