Interface: SortableItemSlotBindings<T>
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Properties
| Property | Type | Inherited from |
|---|---|---|
disabled | boolean | - |
first | boolean | - |
index | number | - |
item | T | - |
last | boolean | - |
moveDown | () => void | - |
moveUp | () => void | - |
order | number | - |
ordinal | string | - |
props | { data-sortable: string; } | - |
props.data-sortable | string | - |
remove | () => void | - |
sortingDisabled | boolean | - |
value | readonly T[] | SortableSlotBindings.value |
wrapperEl | Readonly<HTMLElement | null | undefined> | SortableSlotBindings.wrapperEl |