Interface IMoveData
Package: @aurigma/design-atoms
Properties
border
Declaration
border?: ILtrb;
Property Value
| Type | Description |
|---|---|
| ILtrb |
delta
Delta between startPoint and currentPoint
Declaration
delta: PointF;
Property Value
| Type | Description |
|---|---|
| PointF | Delta between startPoint and currentPoint |
momentDelta
Delta between currentPoint and previousPoint
Declaration
momentDelta: PointF;
Property Value
| Type | Description |
|---|---|
| PointF | Delta between currentPoint and previousPoint |
startPoint
Point of mousedown or touchstart in workspace coordinates
Declaration
startPoint: PointF;
Property Value
| Type | Description |
|---|---|
| PointF | Point of mousedown or touchstart in workspace coordinates |
startRectangle
Rectangle state when move was started
Declaration
startRectangle?: RotatedRectangleF;
Property Value
| Type | Description |
|---|---|
| RotatedRectangleF | Rectangle state when move was started |