import RemoteSetFunctionAction from 'remote-context/lib/actions/RemoteSetFunctionAction.js'
RemoteSetFunctionAction
Extends:
Static Method Summary
Static Public Methods | ||
public static |
getPrototype(snapshot: *): * |
Method Summary
Public Methods | ||
public |
createInstance(session: *): * |
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 |
|
From class RemoteSetObjectAction | ||
public static |
fromSnapshot(session: *, reference: *, snapshot: *): * |
|
public static |
getPrototype(snapshot: *): * |
|
public |
|
|
public |
descriptors: * |
|
public |
isExtensible: * |
|
public |
proto: * |
|
public |
createInstance(): {} |
|
public |
populateInstance(session: *, instance: *) |
|
public |
toArgumentsList(): * |
Static Public Methods
public static getPrototype(snapshot: *): * source
Override:
RemoteSetObjectAction#getPrototypeParams:
Name | Type | Attribute | Description |
snapshot | * |
Return:
* |
Public Methods
public createInstance(session: *): * source
Override:
RemoteSetObjectAction#createInstanceParams:
Name | Type | Attribute | Description |
session | * |
Return:
* |