RuleProps<F, O>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:488
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
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:419
Inherited from
CommonRuleAndGroupProps.actions
context?
optional
context:any
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:424
Inherited from
CommonRuleAndGroupProps.context
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:420
Inherited from
CommonRuleAndGroupProps.disabled
dndRef?
optional
dndRef:Ref
<HTMLDivElement
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:476
Inherited from
Partial.dndRef
dragMonitorId?
optional
dragMonitorId:string
|symbol
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:472
Inherited from
Partial.dragMonitorId
dragRef?
optional
dragRef:Ref
<HTMLSpanElement
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:475
Inherited from
Partial.dragRef
dropEffect?
optional
dropEffect:DropEffect
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:478
"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:474
Inherited from
Partial.dropMonitorId
field?
optional
field:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:495
Deprecated
Use the field
property of the rule
prop instead
groupItems?
optional
groupItems:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:480
True if the dragged and hovered items should form a new group.
Inherited from
Partial.groupItems
id?
optional
id:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:414
Inherited from
CommonRuleAndGroupProps.id
isDragging?
optional
isDragging:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:471
Inherited from
Partial.isDragging
isOver?
optional
isOver:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:473
Inherited from
Partial.isOver
operator?
optional
operator:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:499
Deprecated
Use the operator
property of the rule
prop instead
parentDisabled?
optional
parentDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:416
Inherited from
CommonRuleAndGroupProps.parentDisabled
path
path:
Path
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:415
Inherited from
CommonRuleAndGroupProps.path
rule
rule:
RuleType
<F
,O
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:491
schema
schema:
Schema
<{[key
:string
]:unknown
;disabled
:boolean
;label
:string
;name
:F
;value
:F
; },O
>
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:418
Inherited from
CommonRuleAndGroupProps.schema
shiftDownDisabled?
optional
shiftDownDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:422
Inherited from
CommonRuleAndGroupProps.shiftDownDisabled
shiftUpDisabled?
optional
shiftUpDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:421
Inherited from
CommonRuleAndGroupProps.shiftUpDisabled
translations
translations:
Translations
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:417
Inherited from
CommonRuleAndGroupProps.translations
value?
optional
value:any
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:504
Deprecated
Use the value
property of the rule
prop instead
valueSource?
optional
valueSource:ValueSource
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:508
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.