Skip to main content

DndClassNameState

Defined in: packages/core/src/utils/deriveClassNames.ts:71

Drag-and-drop state that can contribute conditional classnames.

Extended by

Properties

dropEffect?

optional dropEffect?: "copy" | "move"

Defined in: packages/core/src/utils/deriveClassNames.ts:74


dropNotAllowed?

optional dropNotAllowed?: boolean

Defined in: packages/core/src/utils/deriveClassNames.ts:76


groupItems?

optional groupItems?: boolean

Defined in: packages/core/src/utils/deriveClassNames.ts:75


isDragging?

optional isDragging?: boolean

Defined in: packages/core/src/utils/deriveClassNames.ts:72


isOver?

optional isOver?: boolean

Defined in: packages/core/src/utils/deriveClassNames.ts:73


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.