Interface IResizeData
Package: @aurigma/design-atoms
Properties
arbitraryResize
Availability of arbitrary resize
Declaration
arbitraryResize: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | Availability of arbitrary resize |
currentRect
Current rectangle state
Declaration
currentRect: RotatedRectangleF;
Property Value
| Type | Description |
|---|---|
| RotatedRectangleF | Current rectangle state |
previousRectangle
Previous rectangle state
Declaration
previousRectangle: RotatedRectangleF;
Property Value
| Type | Description |
|---|---|
| RotatedRectangleF | Previous rectangle state |
rectangleItemHandlers
Declaration
rectangleItemHandlers?: BaseRectangleItemHandler[];
Property Value
| Type | Description |
|---|---|
| BaseRectangleItemHandler[] |
resizeIndex
Index of grips is being resized now
Declaration
resizeIndex: number;
Property Value
| Type | Description |
|---|---|
| number | Index of grips is being resized now |
startItemHandlersRects
Declaration
startItemHandlersRects: IItemHandlerRectData[];
Property Value
| Type | Description |
|---|---|
| IItemHandlerRectData[] |
startRectangle
Rectangle state when resize was started
Declaration
startRectangle: RotatedRectangleF;
Property Value
| Type | Description |
|---|---|
| RotatedRectangleF | Rectangle state when resize was started |