import RemoteSetSymbolAction from 'remote-context/lib/actions/RemoteSetSymbolAction.js'RemoteSetSymbolAction
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
fromSnapshot(session: *, reference: *, snapshot: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
createInstance(): * |
|
| 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. |
|
| From class ReferenceAction | ||
| public |
reference: * |
|
| public |
release() |
|
| public |
toArgumentsList(): undefined[] |
|
| From class RemoteSetAction | ||
| public static |
fromSnapshot(session: *, reference: *, snapshot: *): * |
|
| public |
|
|
| public |
delete(session: *): * |
|
| public |
exec(session: *) |
|
| public |
fetch(session: *): * |
|
| public |
|
|
Static Public Methods
public static fromSnapshot(session: *, reference: *, snapshot: *): * source
Override:
RemoteSetAction#fromSnapshotParams:
| Name | Type | Attribute | Description |
| session | * | ||
| reference | * | ||
| snapshot | * |
Return:
| * |
Public Constructors
Public Methods
public toArgumentsList(): * source
Returns an arguments list for creating this instance remotely.
Override:
ReferenceAction#toArgumentsListReturn:
| * |
