Back to Website
Show / Hide Table of Contents

Class ItemHandlersCollection

Inheritance
Collection<ItemHandler>
ItemHandlersCollection
Package: @aurigma/design-atoms

Constructors

(constructor)(layer)

Constructs a new instance of the ItemHandlersCollection class

Declaration
constructor(layer: Layer);
Parameters
Type Name Description
Layer layer

Methods

clear()

Declaration
clear(): void;
Returns
Type Description
void

insertAt(index, item)

Inserts handlers into the collection at the specified index.

Declaration
insertAt(index: number, item: ItemHandler): void;
Parameters
Type Name Description
number index
ItemHandler item
Returns
Type Description
void

move(oldIndex, newIndex)

Declaration
move(oldIndex: number, newIndex: number): ItemHandler;
Parameters
Type Name Description
number oldIndex
number newIndex
Returns
Type Description
ItemHandler

removeAt(index)

Declaration
removeAt(index: any): ItemHandler;
Parameters
Type Name Description
any index
Returns
Type Description
ItemHandler
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback