CursorPosition
Represents left and top coordinates (in pixels) used to position draggable or helper elements.
Props
The following table outlines the props for the CursorPosition:
| Name | Type | Default | Description |
|---|---|---|---|
| left | number | - | Specifies the left position of cursor in draggable. |
| top | number | - | Specifies the top position of cursor in draggable. |