RuleGroupProps<F, O>
RuleGroup props.
Extends
CommonRuleAndGroupProps<F,O>.Partial<UseRuleGroupDnD>
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends FullOption | FullOption |
O extends string | string |
Properties
actions
actions:
QueryActions
Inherited from
CommonRuleAndGroupProps.actions
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:391
combinator?
optionalcombinator:string
Deprecated
Use the combinator property of the ruleGroup prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:424
context?
optionalcontext:any
Inherited from
CommonRuleAndGroupProps.context
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:396
disabled?
optionaldisabled:boolean
Inherited from
CommonRuleAndGroupProps.disabled
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:392
dragMonitorId?
optionaldragMonitorId:string|symbol
Inherited from
Partial.dragMonitorId
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:404
dragRef?
optionaldragRef:Ref<HTMLSpanElement>
Inherited from
Partial.dragRef
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:408
dropEffect?
optionaldropEffect:DropEffect
"move" by default; "copy" if the modifier key is pressed.
Inherited from
Partial.dropEffect
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:411
dropMonitorId?
optionaldropMonitorId:string|symbol
Inherited from
Partial.dropMonitorId
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:406
dropRef?
optionaldropRef:Ref<HTMLDivElement>
Inherited from
Partial.dropRef
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:409
id?
optionalid:string
Inherited from
CommonRuleAndGroupProps.id
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:386
isDragging?
optionalisDragging:boolean
Inherited from
Partial.isDragging
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:403
isOver?
optionalisOver:boolean
Inherited from
Partial.isOver
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:405
not?
optionalnot:boolean
Deprecated
Use the not property of the ruleGroup prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:432
parentDisabled?
optionalparentDisabled:boolean
Inherited from
CommonRuleAndGroupProps.parentDisabled
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:388
path
path:
Path
Inherited from
CommonRuleAndGroupProps.path
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:387
previewRef?
optionalpreviewRef:Ref<HTMLDivElement>
Inherited from
Partial.previewRef
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:407
ruleGroup
ruleGroup:
RuleGroupTypeAny<RuleType<GetOptionIdentifierType<F>,O,any,string>>
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:420
rules?
optionalrules:RuleOrGroupArray
Deprecated
Use the rules property of the ruleGroup prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:428
schema
schema:
Schema<F,O>
Inherited from
CommonRuleAndGroupProps.schema
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:390
shiftDownDisabled?
optionalshiftDownDisabled:boolean
Inherited from
CommonRuleAndGroupProps.shiftDownDisabled
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:394
shiftUpDisabled?
optionalshiftUpDisabled:boolean
Inherited from
CommonRuleAndGroupProps.shiftUpDisabled
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:393
translations
translations:
Translations
Inherited from
CommonRuleAndGroupProps.translations
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:389
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.