Skip to main content

Interface: InlineCombinatorProps

react-querybuilder.InlineCombinatorProps

Props passed to inlineCombinator components.

Hierarchy

Properties

className

Optional className: string

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

CombinatorSelectorProps.className

Defined in

packages/react-querybuilder/src/types/props.ts:29


component

component: ComponentType<CombinatorSelectorProps>

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:154


context

Optional context: any

Container for custom props that are passed to all components.

Inherited from

CombinatorSelectorProps.context

Defined in

packages/react-querybuilder/src/types/props.ts:50


disabled

Optional disabled: boolean

Disables the control.

Inherited from

CombinatorSelectorProps.disabled

Defined in

packages/react-querybuilder/src/types/props.ts:45


independentCombinators

Optional independentCombinators: boolean

Defined in

packages/react-querybuilder/src/types/propsUsingReact.ts:155


level

level: number

The level of the current group. Always equal to path.length.

Inherited from

CombinatorSelectorProps.level

Defined in

packages/react-querybuilder/src/types/props.ts:37


options

options: FullCombinator<string>[] | OptionGroup<FullCombinator<string>>[]

Inherited from

CombinatorSelectorProps.options

Defined in

packages/react-querybuilder/src/types/props.ts:103


path

path: Path

Path to this subcomponent's rule/group within the query.

Inherited from

CombinatorSelectorProps.path

Defined in

packages/react-querybuilder/src/types/props.ts:33


rules

Optional rules: RuleOrGroupArray

Inherited from

CombinatorSelectorProps.rules

Defined in

packages/react-querybuilder/src/types/props.ts:104


schema

schema: Schema<FullOption<string>, string>

All subcomponents receive the configuration schema as a prop.

Inherited from

CombinatorSelectorProps.schema

Defined in

packages/react-querybuilder/src/types/props.ts:62


testID

Optional testID: string

Test ID for this component.

Inherited from

CombinatorSelectorProps.testID

Defined in

packages/react-querybuilder/src/types/props.ts:58


title

Optional title: string

The title/tooltip for this control.

Inherited from

CombinatorSelectorProps.title

Defined in

packages/react-querybuilder/src/types/props.ts:41


validation

Optional validation: boolean | ValidationResult

Validation result of the parent rule/group.

Inherited from

CombinatorSelectorProps.validation

Defined in

packages/react-querybuilder/src/types/props.ts:54


value

Optional value: string

Inherited from

CombinatorSelectorProps.value

Defined in

packages/react-querybuilder/src/types/props.ts:70

Methods

handleOnChange

handleOnChange(value): void

Parameters

NameType
valueany

Returns

void

Inherited from

CombinatorSelectorProps.handleOnChange

Defined in

packages/react-querybuilder/src/types/props.ts:72