Objects
You can directly use an instance of this class.
objects
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
add(aggregator: *) |
|
public |
get(): * |
|
public |
getByGenericObject(genericObject: *): * |
|
public |
getByKonvaObject(konvaObject: *): * |
|
public |
getSelectedObjects(): * |
|
public |
removeAggregator(aggregator: *) |
|
public |
removeSelectedOject(aggregator: *): * |
|
public |
setSelectedOject(aggregator: *): * |
Public Constructors
public constructor() source
Public Methods
public add(aggregator: *) source
Params:
Name | Type | Attribute | Description |
aggregator | * |
public getByGenericObject(genericObject: *): * source
Params:
Name | Type | Attribute | Description |
genericObject | * |
Return:
* |
public getByKonvaObject(konvaObject: *): * source
Params:
Name | Type | Attribute | Description |
konvaObject | * |
Return:
* |
public removeAggregator(aggregator: *) source
Params:
Name | Type | Attribute | Description |
aggregator | * |
public removeSelectedOject(aggregator: *): * source
Params:
Name | Type | Attribute | Description |
aggregator | * |
Return:
* |
public setSelectedOject(aggregator: *): * source
Params:
Name | Type | Attribute | Description |
aggregator | * |
Return:
* |