import LocalSetPrototypeOfAction from 'remote-context/lib/actions/LocalSetPrototypeOfAction.js'
LocalSetPrototypeOfAction
Extends:
Static Method Summary
Static Public Methods | ||
public static |
fromRemote(session: *, reference: *, prototype: *): * |
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
prototype: * |
Method Summary
Public Methods | ||
public |
exec(session: *) |
|
public |
fetch(session: *): * |
|
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[] |
Static Public Methods
public static fromRemote(session: *, reference: *, prototype: *): * source
Params:
Name | Type | Attribute | Description |
session | * | ||
reference | * | ||
prototype | * |
Return:
* |
Public Constructors
Public Members
public prototype: * source
Public Methods
public exec(session: *) source
Execute the action.
Override:
Action#execParams:
Name | Type | Attribute | Description |
session | * |
public fetch(session: *): * source
Fetch the action value.
Override:
Action#fetchParams:
Name | Type | Attribute | Description |
session | * |
Return:
* |
public toArgumentsList(): * source
Returns an arguments list for creating this instance remotely.
Override:
ReferenceAction#toArgumentsListReturn:
* |