ValueEditorProps<F, O>
Defined in: packages/react-querybuilder/src/types/props.ts:374
Props passed to valueEditor components.
Extends
Extended by
AntDValueEditorPropsChakraValueEditorPropsFluentValueEditorPropsMantineValueEditorPropsMaterialValueEditorPropsTremorValueEditorProps
Type Parameters
| Type Parameter | Default type |
|---|---|
F extends FullField | FullField |
O extends string | string |
Methods
handleOnChange()
handleOnChange(
value:any):void
Defined in: packages/react-querybuilder/src/types/props.ts:119
Parameters
| Parameter | Type |
|---|---|
value | any |
Returns
void
Inherited from
SelectorOrEditorProps.handleOnChange
Properties
className?
optionalclassName:string
Defined in: packages/react-querybuilder/src/types/props.ts:74
CSS classNames to be applied.
This is string and not Classname because the Rule
and RuleGroup components run clsx() to produce the className
that gets passed to each subcomponent.
Inherited from
SelectorOrEditorProps.className
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:95
Container for custom props that are passed to all components.
Inherited from
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
SelectorOrEditorProps.disabled
field
field:
GetOptionIdentifierType<F>
Defined in: packages/react-querybuilder/src/types/props.ts:377
fieldData
fieldData:
F
Defined in: packages/react-querybuilder/src/types/props.ts:383
The entire FullField object.
inputType?
optionalinputType:InputType|null
Defined in: packages/react-querybuilder/src/types/props.ts:385
level
level:
number
Defined in: packages/react-querybuilder/src/types/props.ts:82
The level of the current group. Always equal to path.length.
Inherited from
listsAsArrays?
optionallistsAsArrays:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:388
operator
operator:
O
Defined in: packages/react-querybuilder/src/types/props.ts:378
parseNumbers?
optionalparseNumbers:ParseNumbersPropConfig
Defined in: packages/react-querybuilder/src/types/props.ts:389
path
path:
Path
Defined in: packages/react-querybuilder/src/types/props.ts:78
Path to this subcomponent's rule/group within the query.
Inherited from
rule
rule:
RuleType
Defined in: packages/core/src/types/queryBuilder.ts:12
Inherited from
CommonRuleSubComponentProps.rule
schema
schema:
Schema<F,O>
Defined in: packages/react-querybuilder/src/types/props.ts:397
All subcomponents receive the configuration schema as a prop.
Overrides
selectorComponent?
optionalselectorComponent:ComponentType<ValueSelectorProps<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>>
Defined in: packages/react-querybuilder/src/types/props.ts:391
separator?
optionalseparator:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:390
skipHook?
optionalskipHook:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:396
Only pass true if the useValueEditor hook has already run
in a parent/ancestor component. See usage in the compatibility packages.
testID?
optionaltestID:string
Defined in: packages/react-querybuilder/src/types/props.ts:103
Test ID for this component.
Inherited from
title?
optionaltitle:string
Defined in: packages/react-querybuilder/src/types/props.ts:86
The title/tooltip for this control.
Inherited from
type?
optionaltype:ValueEditorType
Defined in: packages/react-querybuilder/src/types/props.ts:384
validation?
optionalvalidation:boolean|ValidationResult
Defined in: packages/react-querybuilder/src/types/props.ts:99
Validation result of the parent rule/group.
Inherited from
SelectorOrEditorProps.validation
value?
optionalvalue:any
Defined in: packages/react-querybuilder/src/types/props.ts:380
Overrides
values?
optionalvalues:any[]
Defined in: packages/react-querybuilder/src/types/props.ts:387
valueSource
valueSource:
ValueSource
Defined in: packages/react-querybuilder/src/types/props.ts:381
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.