RuleGroupProps<F, O>
Defined in: packages/react-querybuilder/src/types/props.ts:669
RuleGroup props.
Extends
CommonRuleAndGroupProps<F,O>.Partial<UseRuleGroupDnD>
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends FullOption | FullOption |
O extends string | string |
Properties
actions
actions:
QueryActions
Defined in: packages/react-querybuilder/src/types/props.ts:638
Inherited from
CommonRuleAndGroupProps.actions
combinator?
optionalcombinator:string
Defined in: packages/react-querybuilder/src/types/props.ts:676
Deprecated
Use the combinator property of the ruleGroup prop instead
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:643
Inherited from
CommonRuleAndGroupProps.context
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:639
Inherited from
CommonRuleAndGroupProps.disabled
dragMonitorId?
optionaldragMonitorId:string|symbol
Defined in: packages/react-querybuilder/src/types/props.ts:651
Inherited from
dragRef?
optionaldragRef:Ref<HTMLSpanElement>
Defined in: packages/react-querybuilder/src/types/props.ts:655
Inherited from
dropEffect?
optionaldropEffect:DropEffect
Defined in: packages/react-querybuilder/src/types/props.ts:658
"move" by default; "copy" if the modifier key is pressed.
Inherited from
dropMonitorId?
optionaldropMonitorId:string|symbol
Defined in: packages/react-querybuilder/src/types/props.ts:653
Inherited from
dropNotAllowed?
optionaldropNotAllowed:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:661
Inherited from
UseRuleGroupDnD.dropNotAllowed
dropRef?
optionaldropRef:Ref<HTMLDivElement>
Defined in: packages/react-querybuilder/src/types/props.ts:656
Inherited from
groupItems?
optionalgroupItems:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:660
True if the dragged and hovered items should form a new group.
Inherited from
id?
optionalid:string
Defined in: packages/react-querybuilder/src/types/props.ts:632
Inherited from
CommonRuleAndGroupProps.id
isDragging?
optionalisDragging:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:650
Inherited from
isOver?
optionalisOver:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:652
Inherited from
not?
optionalnot:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:684
Deprecated
Use the not property of the ruleGroup prop instead
parentDisabled?
optionalparentDisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:634
Inherited from
CommonRuleAndGroupProps.parentDisabled
parentMuted?
optionalparentMuted:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:635
Inherited from
CommonRuleAndGroupProps.parentMuted
path
path:
Path
Defined in: packages/react-querybuilder/src/types/props.ts:633
Inherited from
CommonRuleAndGroupProps.path
previewRef?
optionalpreviewRef:Ref<HTMLDivElement>
Defined in: packages/react-querybuilder/src/types/props.ts:654
Inherited from
ruleGroup
ruleGroup:
RuleGroupTypeAny<RuleType<GetOptionIdentifierType<F>,O,any,string>>
Defined in: packages/react-querybuilder/src/types/props.ts:672
rules?
optionalrules:RuleOrGroupArray
Defined in: packages/react-querybuilder/src/types/props.ts:680
Deprecated
Use the rules property of the ruleGroup prop instead
schema
schema:
Schema<F,O>
Defined in: packages/react-querybuilder/src/types/props.ts:637
Inherited from
CommonRuleAndGroupProps.schema
shiftDownDisabled?
optionalshiftDownDisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:641
Inherited from
CommonRuleAndGroupProps.shiftDownDisabled
shiftUpDisabled?
optionalshiftUpDisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:640
Inherited from
CommonRuleAndGroupProps.shiftUpDisabled
translations
translations:
Translations
Defined in: packages/react-querybuilder/src/types/props.ts:636
Inherited from
CommonRuleAndGroupProps.translations
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.