DraggableProps
Represents the props of the KendoReact Draggable component.
Name | Type | Default | Description |
---|---|---|---|
autoScroll? |
|
Set the Defaults to | |
childRef? |
|
Callback to get the child element ref. Useful as the Draggable overrides ref of the child element. | |
context? |
|
Allows passing custom context. Use it to isolate drag and drop events in scenarios with multiple drag and drop functionalities on a single component. | |
hint? |
|
Set the For more information, refer to the Drag Hint article. | |
mouseOnly? |
|
Set the Defaults to | |
onDrag? |
|
Fires when the user drag the element inside the Draggable component. | |
onDragEnd? |
|
Fires when the user finishes dragging the element inside the Draggable component. | |
onDragStart? |
|
Fires when the user starts dragging the element inside the Draggable component. | |
onPress? |
|
Fires when the user press element inside the Draggable component. | |
onRelease? |
|
Fires when the user release the current drag action. |