ActionField
You can directly use instance of this class.
actionField
Describes a field on an Action and how this field should be sent to Siren API as part of that Action.
Static Member Summary
| Static Public Members | ||
| public static get |
empty: ActionField: * Default empty state for a field. |
|
Static Method Summary
| Static Public Methods | ||
| public static |
fromJson(json: Object): ActionField Parses a JSON representation of a field. |
|
Static Public Members
Static Public Methods
public static fromJson(json: Object): ActionField source
Parses a JSON representation of a field.
Params:
| Name | Type | Attribute | Description |
| json | Object | The Object representation of the ActionField. |