FuncCallParam
Represents a parameter of a function.
Constructors
new FuncCallParam()
new FuncCallParam(
dart):FuncCallParam
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
aux | public | any | Auxiliary data used for storing additional information associated with this parameter. |
dart | readonly | any | - |
Accessors
name
getname():string
Returns
string
Source
onChanged
getonChanged():Observable<any>
Returns
Observable<any>
Source
property
getproperty():Property
A property that re
Returns
Source
value
getvalue():any
Returns
any
Source
Methods
processOutput()
processOutput():
void
Returns
void