Interface: DropTargetConfig
Defined in: types/index.ts:167
Interface for configuring drop target behavior and layout.
Extends
Properties
index?
optionalindex:number
Defined in: types/index.ts:156
The index position within the parent container
Inherited from
zIndex?
optionalzIndex:number
Defined in: types/index.ts:158
The z-index for layering
Inherited from
flexDirection?
optionalflexDirection:FlexDirection
Defined in: types/index.ts:160
The flex direction for child elements
Inherited from
DropTargetLayoutConfig.flexDirection
canDrop?
optionalcanDrop:boolean
Defined in: types/index.ts:169
Whether this drop target can accept drops