Skip to main content

ItemHandlersCollection

Classes

ItemHandlersCollection

Extends

Constructors

Constructor
new ItemHandlersCollection(layer): ItemHandlersCollection;
Parameters
ParameterType
layerLayer
Returns

ItemHandlersCollection

Overrides
Collection<ItemHandler>.constructor

Methods

clear()
clear(): void;
Returns

void

insertAt()
insertAt(index, item): void;

Inserts handlers into the collection at the specified index.

Parameters
ParameterType
indexnumber
itemItemHandler
Returns

void

move()
move(oldIndex, newIndex): any;
Parameters
ParameterType
oldIndexnumber
newIndexnumber
Returns

any

removeAt()
removeAt(index): any;
Parameters
ParameterType
indexany
Returns

any

Was this page helpful?