Skip to main content

Module: @react-querybuilder/fluent

Type Aliases

FluentActionProps

FluentActionProps: ActionProps & ButtonProps

Defined in

packages/fluent/src/FluentActionElement.tsx:6


FluentNotToggleProps

FluentNotToggleProps: NotToggleProps & Omit<Partial<SwitchProps>, "label">

Defined in

packages/fluent/src/FluentNotToggle.tsx:6


FluentValueSelectorProps

FluentValueSelectorProps: VersatileSelectorProps & SelectProps & DropdownProps

Defined in

packages/fluent/src/FluentValueSelector.tsx:8

Variables

QueryBuilderFluent

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

Defined in

packages/fluent/src/index.tsx:47


fluentControlElements

Const fluentControlElements: Object

Type declaration

NameType
actionElement(__namedParameters: FluentActionProps) => Element
actionElement.displayNamestring
dragHandleForwardRefExoticComponent<DragHandleProps & TextProps & RefAttributes<HTMLSpanElement>>
notToggle(__namedParameters: FluentNotToggleProps) => Element
notToggle.displayNamestring
valueEditor(allProps: FluentValueEditorProps) => null | Element
valueEditor.displayNamestring
valueSelector(__namedParameters: FluentValueSelectorProps) => Element
valueSelector.displayNamestring

Defined in

packages/fluent/src/index.tsx:25


fluentTranslations

Const fluentTranslations: 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

packages/fluent/src/index.tsx:33

Functions

FluentActionElement

FluentActionElement(«destructured»): Element

Parameters

NameType
«destructured»FluentActionProps

Returns

Element

Defined in

packages/fluent/src/FluentActionElement.tsx:8


FluentDragHandle

FluentDragHandle(props): ReactNode

Parameters

NameType
propsDragHandleProps & TextProps & RefAttributes<HTMLSpanElement>

Returns

ReactNode

Defined in

packages/fluent/src/FluentDragHandle.tsx:7


FluentNotToggle

FluentNotToggle(«destructured»): Element

Parameters

NameType
«destructured»FluentNotToggleProps

Returns

Element

Defined in

packages/fluent/src/FluentNotToggle.tsx:8


FluentValueEditor

FluentValueEditor(allProps): null | Element

Parameters

NameType
allPropsFluentValueEditorProps

Returns

null | Element

Defined in

packages/fluent/src/FluentValueEditor.tsx:10


FluentValueSelector

FluentValueSelector(«destructured»): Element

Parameters

NameType
«destructured»FluentValueSelectorProps

Returns

Element

Defined in

packages/fluent/src/FluentValueSelector.tsx:10