Skip to main content

RuleClassNameState

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

State that contributes conditional classnames to a rule's wrapper element.

Extends

Extended by

Properties

disabled?

optional disabled?: boolean

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


dropEffect?

optional dropEffect?: "copy" | "move"

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

Inherited from

DndClassNameState.dropEffect


dropNotAllowed?

optional dropNotAllowed?: boolean

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

Inherited from

DndClassNameState.dropNotAllowed


groupItems?

optional groupItems?: boolean

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

Inherited from

DndClassNameState.groupItems


hasSubQuery?

optional hasSubQuery?: boolean

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


isDragging?

optional isDragging?: boolean

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

Inherited from

DndClassNameState.isDragging


isOver?

optional isOver?: boolean

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

Inherited from

DndClassNameState.isOver


muted?

optional muted?: boolean

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


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.