RuleGroupProps<F, O>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:417
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
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:391
Inherited from
CommonRuleAndGroupProps.actions
combinator?
optional
combinator:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:424
Deprecated
Use the combinator
property of the ruleGroup
prop instead
context?
optional
context:any
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:396
Inherited from
CommonRuleAndGroupProps.context
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:392
Inherited from
CommonRuleAndGroupProps.disabled
dragMonitorId?
optional
dragMonitorId:string
|symbol
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:404
Inherited from
Partial.dragMonitorId
dragRef?
optional
dragRef:Ref
<HTMLSpanElement
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:408
Inherited from
Partial.dragRef
dropEffect?
optional
dropEffect:DropEffect
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:411
"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:406
Inherited from
Partial.dropMonitorId
dropRef?
optional
dropRef:Ref
<HTMLDivElement
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:409
Inherited from
Partial.dropRef
id?
optional
id:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:386
Inherited from
CommonRuleAndGroupProps.id
isDragging?
optional
isDragging:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:403
Inherited from
Partial.isDragging
isOver?
optional
isOver:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:405
Inherited from
Partial.isOver
not?
optional
not:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:432
Deprecated
Use the not
property of the ruleGroup
prop instead
parentDisabled?
optional
parentDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:388
Inherited from
CommonRuleAndGroupProps.parentDisabled
path
path:
Path
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:387
Inherited from
CommonRuleAndGroupProps.path
previewRef?
optional
previewRef:Ref
<HTMLDivElement
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:407
Inherited from
Partial.previewRef
ruleGroup
ruleGroup:
RuleGroupTypeAny
<RuleType
<GetOptionIdentifierType
<F
>,O
,any
,string
>>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:420
rules?
optional
rules:RuleOrGroupArray
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:428
Deprecated
Use the rules
property of the ruleGroup
prop instead
schema
schema:
Schema
<F
,O
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:390
Inherited from
CommonRuleAndGroupProps.schema
shiftDownDisabled?
optional
shiftDownDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:394
Inherited from
CommonRuleAndGroupProps.shiftDownDisabled
shiftUpDisabled?
optional
shiftUpDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:393
Inherited from
CommonRuleAndGroupProps.shiftUpDisabled
translations
translations:
Translations
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:389
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.