Class ItemHandlerData
This is a base class for all the classes which represent a state of a vector object.
Constructors
(constructor)(handler)
Constructs a new instance of the ItemHandlerData class
Declaration
constructor(handler?: ItemHandler);
Parameters
Properties
__type
Declaration
protected __type: string;
Property Value
ID
Declaration
Property Value
P
Declaration
Property Value
Tg
Declaration
Property Value
Methods
applyState(itemData, handler)
Declaration
applyState(itemData: ItemHandlerData, handler: ItemHandler): void;
Parameters
Returns