New to KendoReactStart a free 30-day trial

Represents the props of the Sortable item UI component.

Definition

Package:@progress/kendo-react-sortable

Properties

The atributes that have to be passed to the first child element.

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.