New to KendoReact? Start a free 30-day trial
DroppableProps
Represents the props of the KendoReact Droppable component.
Name | Type | Default | Description |
---|---|---|---|
childRef? |
|
Callback to get the child element ref. Useful as the Droppable overrides ref of the child element. | |
onDragEnter? |
|
Fires when the user enters the element during drag. | |
onDragLeave? |
|
Fires when the user leaves the element during drag. | |
onDragOver? |
|
Fires when the user is dragging an element over the Droppable component. | |
onDrop? |
|
Fires when the user drops a draggable element inside the Droppable component. |