Back to Website
Show / Hide Table of Contents

Class ItemHandlerData

This is a base class for all the classes which represent a state of a vector object.

Package: @aurigma/design-atoms

Constructors

(constructor)(handler)

Constructs a new instance of the ItemHandlerData class

Declaration
constructor(handler?: ItemHandler);
Parameters
Type Name Description
ItemHandler handler

Properties

__type

Declaration
protected __type: string;
Property Value
Type Description
string

ID

Declaration
ID: string;
Property Value
Type Description
string

P

Declaration
P: any[];
Property Value
Type Description
any[]

Tg

Declaration
Tg: any;
Property Value
Type Description
any

Methods

applyState(itemData, handler)

Declaration
applyState(itemData: ItemHandlerData, handler: ItemHandler): void;
Parameters
Type Name Description
ItemHandlerData itemData
ItemHandler handler
Returns
Type Description
void
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