Interface: DraggableHandleProps
Defined in: widgets/utility/draggableHandle.tsx:11
Props for DraggableHandle component.
See
Extends
HTMLAttributes<HTMLDivElement>
Properties
| Property | Type | Description |
|---|---|---|
| Drag axis to receive difference in drag position:
Default | |
Placement styling for the handle for a side or a corner. If not specified, the handle will be rendered without any built-in styling. | ||
( | Handler for the start of dragging the handle. | |
( | Handler for each drag movement for the duration of a dragging the handle. | |
( | Handler for the end of dragging the handle. |