Skip to main content

RuleGroupProps<F, O>

RuleGroup props.

Extends

Type parameters

Type parameterValue
F extends FullOptionFullOption
O extends stringstring

Properties

actions

actions: QueryActions

Inherited from

CommonRuleAndGroupProps.actions

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:368


combinator?

optional combinator: string

Deprecated

Use the combinator property of the ruleGroup prop instead

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:401


context?

optional context: any

Inherited from

CommonRuleAndGroupProps.context

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:373


disabled?

optional disabled: boolean

Inherited from

CommonRuleAndGroupProps.disabled

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:369


dragMonitorId?

optional dragMonitorId: string | symbol

Inherited from

Partial.dragMonitorId

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:381


dragRef?

optional dragRef: Ref<HTMLSpanElement>

Inherited from

Partial.dragRef

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:385


dropEffect?

optional dropEffect: DropEffect

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

Inherited from

Partial.dropEffect

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:388


dropMonitorId?

optional dropMonitorId: string | symbol

Inherited from

Partial.dropMonitorId

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:383


dropRef?

optional dropRef: Ref<HTMLDivElement>

Inherited from

Partial.dropRef

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:386


id?

optional id: string

Inherited from

CommonRuleAndGroupProps.id

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:363


isDragging?

optional isDragging: boolean

Inherited from

Partial.isDragging

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:380


isOver?

optional isOver: boolean

Inherited from

Partial.isOver

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:382


not?

optional not: boolean

Deprecated

Use the not property of the ruleGroup prop instead

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:409


parentDisabled?

optional parentDisabled: boolean

Inherited from

CommonRuleAndGroupProps.parentDisabled

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:365


path

path: Path

Inherited from

CommonRuleAndGroupProps.path

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:364


previewRef?

optional previewRef: Ref<HTMLDivElement>

Inherited from

Partial.previewRef

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:384


ruleGroup

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

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:397


rules?

optional rules: RuleOrGroupArray

Deprecated

Use the rules property of the ruleGroup prop instead

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:405


schema

schema: Schema<F, O>

Inherited from

CommonRuleAndGroupProps.schema

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:367


shiftDownDisabled?

optional shiftDownDisabled: boolean

Inherited from

CommonRuleAndGroupProps.shiftDownDisabled

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:371


shiftUpDisabled?

optional shiftUpDisabled: boolean

Inherited from

CommonRuleAndGroupProps.shiftUpDisabled

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:370


translations

translations: Translations

Inherited from

CommonRuleAndGroupProps.translations

Source

packages/react-querybuilder/src/types/propsUsingReact.ts:366


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.