SortedActions
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
propsTypes: {"actions": string, "metaPropOrder": string} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
factory(): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
actions: * |
|
| public set |
|
|
| public get |
|
|
| public set |
|
|
| public get |
sorting: * |
|
| public set |
|
|
Inherited Summary
| From class Component | ||
| public static get |
propsTypes: * |
|
| public static |
Component factory. |
|
| public get |
|
|
| public |
[name]: * |
|
| public |
deserialize(json: *) Deserialize JSON properties into this component. |
|
| public |
dispose() Destructor (dispose internal resources and detach from entity). |
|
| public |
Called when action arrived. |
|
| public |
onAlterActionArguments(name: string, args: *): array | undefined Called when asked to alter arrived action parameters. |
|
| public |
onAttach() Called after attached to entity. |
|
| public |
onDetach() Called before detached from entity. |
|
| public |
onPropertySerialize(name: string, value: *): * Called when property is serialized. |
|
| public |
onPropertySetup(name: string, value: *) Called when given property is deserialized. |
|
| public |
serialize(): * Serialize component into JSON data. |
|
Static Public Members
public static get propsTypes: {"actions": string, "metaPropOrder": string} source
Override:
Component#propsTypesStatic Public Methods
Public Constructors
Public Members
public get actions: * source
public set actions source
public get metaPropOrder: * source
public set metaPropOrder source
public get sorting: * source
public set sorting source
Public Methods
public dispose() source
Destructor (dispose internal resources and detach from entity).
Override:
Component#disposepublic onAction(name: *, args: ...*): boolean source
Called when action arrived.
Override:
Component#onActionParams:
| Name | Type | Attribute | Description |
| name | * | ||
| args | ...* |
