RuleProps<F, O>
Defined in: packages/react-querybuilder/src/types/props.ts:709
Rule props.
Extends
CommonRuleAndGroupProps<FullOption<F>,O>.Partial<UseRuleDnD>
Extended by
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends string | string |
O extends string | string |
Properties
actions
actions:
QueryActions
Defined in: packages/react-querybuilder/src/types/props.ts:638
Inherited from
CommonRuleAndGroupProps.actions
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
dndRef?
optionaldndRef:Ref<HTMLDivElement>
Defined in: packages/react-querybuilder/src/types/props.ts:696
Inherited from
dragMonitorId?
optionaldragMonitorId:string|symbol
Defined in: packages/react-querybuilder/src/types/props.ts:692
Inherited from
dragRef?
optionaldragRef:Ref<HTMLSpanElement>
Defined in: packages/react-querybuilder/src/types/props.ts:695
Inherited from
dropEffect?
optionaldropEffect:DropEffect
Defined in: packages/react-querybuilder/src/types/props.ts:698
"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:694
Inherited from
dropNotAllowed?
optionaldropNotAllowed:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:701
Inherited from
field?
optionalfield:string
Defined in: packages/react-querybuilder/src/types/props.ts:716
Deprecated
Use the field property of the rule prop instead
groupItems?
optionalgroupItems:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:700
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:691
Inherited from
isOver?
optionalisOver:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:693
Inherited from
operator?
optionaloperator:string
Defined in: packages/react-querybuilder/src/types/props.ts:720
Deprecated
Use the operator property of the rule 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
rule
rule:
RuleType<F,O>
Defined in: packages/react-querybuilder/src/types/props.ts:712
schema
schema:
Schema<{[key:string]:unknown;disabled?:boolean;label:string;name:F;value: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
value?
optionalvalue:any
Defined in: packages/react-querybuilder/src/types/props.ts:725
Deprecated
Use the value property of the rule prop instead
valueSource?
optionalvalueSource:ValueSource
Defined in: packages/react-querybuilder/src/types/props.ts:729
Deprecated
Use the valueSource property of the rule prop instead
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.