RuleProps<F, O>
Rule props.
Extends
CommonRuleAndGroupProps<FullOption<F>,O>.Partial<UseRuleDnD>
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends string | string |
O extends string | string |
Properties
actions
actions:
QueryActions
Inherited from
CommonRuleAndGroupProps.actions
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:391
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
dndRef?
optionaldndRef:Ref<HTMLDivElement>
Inherited from
Partial.dndRef
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:444
dragMonitorId?
optionaldragMonitorId:string|symbol
Inherited from
Partial.dragMonitorId
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:440
dragRef?
optionaldragRef:Ref<HTMLSpanElement>
Inherited from
Partial.dragRef
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:443
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:446
dropMonitorId?
optionaldropMonitorId:string|symbol
Inherited from
Partial.dropMonitorId
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:442
field?
optionalfield:string
Deprecated
Use the field property of the rule prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:459
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:439
isOver?
optionalisOver:boolean
Inherited from
Partial.isOver
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:441
operator?
optionaloperator:string
Deprecated
Use the operator property of the rule prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:463
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
rule
rule:
RuleType<F,O,any,string>
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:455
schema
schema:
Schema<FullOption<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
value?
optionalvalue:any
Deprecated
Use the value property of the rule prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:468
valueSource?
optionalvalueSource:ValueSource
Deprecated
Use the valueSource property of the rule prop instead
Defined in
packages/react-querybuilder/src/types/propsUsingReact.ts:472
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.