import RemoteSetObjectAction from 'remote-context/lib/actions/RemoteSetObjectAction.js'
RemoteSetObjectAction
Extends:
Direct Subclass:
Static Method Summary
Static Public Methods | ||
public static |
fromSnapshot(session: *, reference: *, snapshot: *): * |
|
public static |
getPrototype(snapshot: *): * |
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
|
|
public |
descriptors: * |
|
public |
isExtensible: * |
|
public |
proto: * |
Method Summary
Public Methods | ||
public |
createInstance(): {} |
|
public |
populateInstance(session: *, instance: *) |
|
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 static getPrototype(snapshot: *): * source
Params:
Name | Type | Attribute | Description |
snapshot | * |
Return:
* |
Public Constructors
Public Members
public cachedGetters: * source
public descriptors: * source
public isExtensible: * source
public proto: * source
Public Methods
public populateInstance(session: *, instance: *) source
Override:
RemoteSetAction#populateInstanceParams:
Name | Type | Attribute | Description |
session | * | ||
instance | * |
public toArgumentsList(): * source
Returns an arguments list for creating this instance remotely.
Override:
ReferenceAction#toArgumentsListReturn:
* |