import UndefinedValueAction from 'remote-context/lib/actions/UndefinedValueAction.js'
UndefinedValueAction
Extends:
Action → UndefinedValueAction
Static Method Summary
Static Public Methods | ||
public static |
isUndefined(value: *): * |
Method Summary
Public Methods | ||
public |
fetch(): * |
|
public |
toArgumentsList(): *[] |
Inherited Summary
From class Action | ||
public |
Execute the action. |
|
public |
Fetch the action value. |
|
public |
Returns an arguments list for creating this instance remotely. |
|
public |
Get a string that represent this class. |
Static Public Methods
public static isUndefined(value: *): * source
Params:
Name | Type | Attribute | Description |
value | * |
Return:
* |
Public Methods
public toArgumentsList(): *[] source
Returns an arguments list for creating this instance remotely.
Override:
Action#toArgumentsListReturn:
*[] |