Skip to main content

Module: @react-querybuilder/bootstrap

Variables

QueryBuilderBootstrap

Const QueryBuilderBootstrap: QueryBuilderContextProvider<Record<string, any>>

Defined in

index.tsx:43


bootstrapControlClassnames

Const bootstrapControlClassnames: Object

Type declaration

NameType
actionElementstring
addGroupstring
addRulestring
cloneGroupstring
cloneRulestring
lockGroupstring
lockRulestring
removeGroupstring
removeRulestring
valuestring
valueSelectorstring

Defined in

index.tsx:15


bootstrapControlElements

Const bootstrapControlElements: Object

Type declaration

NameType
notToggle(__namedParameters: NotToggleProps) => Element
notToggle.displayNamestring
valueEditor(props: ValueEditorProps<FullField<string, string, string, Option<string>, Option<string>>, string>) => null | Element
valueEditor.displayNamestring

Defined in

index.tsx:10


bootstrapTranslations

Const bootstrapTranslations: Object

Type declaration

NameType
cloneRule{ label: Element }
cloneRule.labelElement
cloneRuleGroup{ label: Element }
cloneRuleGroup.labelElement
dragHandle{ label: Element }
dragHandle.labelElement
lockGroup{ label: Element }
lockGroup.labelElement
lockGroupDisabled{ label: Element }
lockGroupDisabled.labelElement
lockRule{ label: Element }
lockRule.labelElement
lockRuleDisabled{ label: Element }
lockRuleDisabled.labelElement
removeGroup{ label: Element }
removeGroup.labelElement
removeRule{ label: Element }
removeRule.labelElement
shiftActionDown{ label: Element }
shiftActionDown.labelElement
shiftActionUp{ label: Element }
shiftActionUp.labelElement

Defined in

index.tsx:29

Functions

BootstrapNotToggle

BootstrapNotToggle(«destructured»): Element

Parameters

NameType
«destructured»NotToggleProps

Returns

Element

Defined in

BootstrapNotToggle.tsx:5


BootstrapValueEditor

BootstrapValueEditor(props): null | Element

Parameters

NameType
propsValueEditorProps<FullField<string, string, string, Option<string>, Option<string>>, string>

Returns

null | Element

Defined in

BootstrapValueEditor.tsx:11