Interface: DropItem<T>
Defined in: types/index.ts:183
Interface representing a drop item with layout and data information.
Type Parameters
T
T
The type of data associated with the drop item
Properties
layout
layout:
LayoutPosition
Defined in: types/index.ts:185
The layout position and configuration
children?
optionalchildren:DropTree<T>
Defined in: types/index.ts:187
Optional child drop items
canDrop?
optionalcanDrop:boolean
Defined in: types/index.ts:189
Whether this item can accept drops
data?
optionaldata:T
Defined in: types/index.ts:191
Optional data associated with this drop item