Class ShapeHandlerData
Package: @aurigma/design-atoms
Constructors
(constructor)(handler)
Constructs a new instance of the ShapeHandlerData class
Declaration
constructor(handler: ShapeItemHandler);
Parameters
| Type | Name | Description |
|---|---|---|
| ShapeItemHandler | handler |
Properties
__type
Declaration
protected __type: string;
Property Value
| Type | Description |
|---|---|
| string |
Methods
applyState(shapeData, handler)
Declaration
applyState(shapeData: ShapeHandlerData, handler: ShapeItemHandler): void;
Parameters
| Type | Name | Description |
|---|---|---|
| ShapeHandlerData | shapeData | |
| ShapeItemHandler | handler |
Returns
| Type | Description |
|---|---|
| void |