Skip to main content

Interface: DropTargetConfig

Defined in: types/index.ts:167

Interface for configuring drop target behavior and layout.

Extends

Properties

index?

optional index: number

Defined in: types/index.ts:156

The index position within the parent container

Inherited from

DropTargetLayoutConfig.index


zIndex?

optional zIndex: number

Defined in: types/index.ts:158

The z-index for layering

Inherited from

DropTargetLayoutConfig.zIndex


flexDirection?

optional flexDirection: FlexDirection

Defined in: types/index.ts:160

The flex direction for child elements

Inherited from

DropTargetLayoutConfig.flexDirection


canDrop?

optional canDrop: boolean

Defined in: types/index.ts:169

Whether this drop target can accept drops