SortableItemUIProps
Interface
Represents the props of the Sortable item UI component.
Definition
Package:@progress/kendo-react-sortable
Properties
attributes?
any
The atributes that have to be passed to the first child element.
dataItem
any
The data object that represents the current Sortable item.
forwardRef?
(element: HTMLElement) => void
The callback function that has to be passed to the ref property of the first child element.
Parameters:elementHTMLElement
isActive
boolean
The flag which describes that an item is active.
isDisabled
boolean
The flag which describes that an item is disabled.
isDragCue
boolean
The flag which describes that an item is rendered inside the drag cue.
isDragged
boolean
The flag which describes that an item is dragged.
style
CSSProperties
The CSS styles that have to be passed to the first child element.