import ReferencePropertyAction from 'remote-context/lib/actions/ReferencePropertyAction.js'ReferencePropertyAction
Extends:
Action → ReferenceAction → ReferencePropertyAction
Static Method Summary
| Static Public Methods | ||
| public static |
fromProperty(session: *, reference: *, property: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
property: * |
|
Method Summary
| Public Methods | ||
| public |
toArgumentsList(): undefined[] |
|
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 fromProperty(session: *, reference: *, property: *): * source
Params:
| Name | Type | Attribute | Description |
| session | * | ||
| reference | * | ||
| property | * |
Return:
| * |
Public Constructors
Public Members
public property: * source
Public Methods
public toArgumentsList(): undefined[] source
Returns an arguments list for creating this instance remotely.
