GetAction
Extends:
Action → ReferenceAction → GetAction
Method Summary
| Public Methods | ||
| public |
fetch(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[] |
|
Public Methods
public fetch(session: *): * source
Fetch the action value.
Override:
Action#fetchParams:
| Name | Type | Attribute | Description |
| session | * |
Return:
| * |
