Skip to main content

RuleGroupProps<F, O>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:649

RuleGroup props.

Extends

Extended by

Type Parameters

Type ParameterDefault type
F extends FullOptionFullOption
O extends stringstring

Properties

actions

actions: QueryActions

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:619

Inherited from

CommonRuleAndGroupProps.actions


combinator?

optional combinator: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:656

Deprecated

Use the combinator property of the ruleGroup prop instead


context?

optional context: any

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:624

Inherited from

CommonRuleAndGroupProps.context


disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:620

Inherited from

CommonRuleAndGroupProps.disabled


dragMonitorId?

optional dragMonitorId: string | symbol

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:632

Inherited from

Partial.dragMonitorId


dragRef?

optional dragRef: Ref<HTMLSpanElement>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:636

Inherited from

Partial.dragRef


dropEffect?

optional dropEffect: DropEffect

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:639

"move" by default; "copy" if the modifier key is pressed.

Inherited from

Partial.dropEffect


dropMonitorId?

optional dropMonitorId: string | symbol

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:634

Inherited from

Partial.dropMonitorId


dropRef?

optional dropRef: Ref<HTMLDivElement>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:637

Inherited from

Partial.dropRef


groupItems?

optional groupItems: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:641

True if the dragged and hovered items should form a new group.

Inherited from

Partial.groupItems


id?

optional id: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:614

Inherited from

CommonRuleAndGroupProps.id


isDragging?

optional isDragging: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:631

Inherited from

Partial.isDragging


isOver?

optional isOver: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:633

Inherited from

Partial.isOver


not?

optional not: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:664

Deprecated

Use the not property of the ruleGroup prop instead


parentDisabled?

optional parentDisabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:616

Inherited from

CommonRuleAndGroupProps.parentDisabled


path

path: Path

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:615

Inherited from

CommonRuleAndGroupProps.path


previewRef?

optional previewRef: Ref<HTMLDivElement>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:635

Inherited from

Partial.previewRef


ruleGroup

ruleGroup: RuleGroupTypeAny<RuleType<GetOptionIdentifierType<F>, O, any, string>>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:652


rules?

optional rules: RuleOrGroupArray

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:660

Deprecated

Use the rules property of the ruleGroup prop instead


schema

schema: Schema<F, O>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:618

Inherited from

CommonRuleAndGroupProps.schema


shiftDownDisabled?

optional shiftDownDisabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:622

Inherited from

CommonRuleAndGroupProps.shiftDownDisabled


shiftUpDisabled?

optional shiftUpDisabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:621

Inherited from

CommonRuleAndGroupProps.shiftUpDisabled


translations

translations: Translations

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:617

Inherited from

CommonRuleAndGroupProps.translations


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.