Skip to main content

Module: @react-querybuilder/antd

Type Aliases

AntDActionProps

AntDActionProps: ActionWithRulesProps & RemoveDataIndexKeys<ComponentPropsWithoutRef<typeof Button>>

Defined in

packages/antd/src/AntDActionElement.tsx:12


AntDDragHandleProps

AntDDragHandleProps: DragHandleProps & { label?: any } & ComponentPropsWithRef<typeof HolderOutlined>

Defined in

packages/antd/src/AntDDragHandle.tsx:8


AntDNotToggleProps

AntDNotToggleProps: NotToggleProps & ComponentPropsWithoutRef<typeof Switch>

Defined in

packages/antd/src/AntDNotToggle.tsx:6


AntDValueSelectorProps

AntDValueSelectorProps: VersatileSelectorProps & Omit<ComponentPropsWithoutRef<typeof Select>, "onChange" | "defaultValue">

Defined in

packages/antd/src/AntDValueSelector.tsx:8

Variables

QueryBuilderAntD

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

Defined in

packages/antd/src/index.tsx:48


antdControlElements

Const antdControlElements: Object

Type declaration

NameType
actionElement(__namedParameters: AntDActionProps) => Element
actionElement.displayNamestring
dragHandleForwardRefExoticComponent<Omit<AntDDragHandleProps, "ref"> & RefAttributes<HTMLSpanElement>>
notToggle(__namedParameters: AntDNotToggleProps) => Element
notToggle.displayNamestring
shiftActions(__namedParameters: ShiftActionsProps) => Element
shiftActions.displayNamestring
valueEditor(allProps: AntDValueEditorProps) => null | Element
valueEditor.displayNamestring
valueSelector(__namedParameters: AntDValueSelectorProps) => Element
valueSelector.displayNamestring

Defined in

packages/antd/src/index.tsx:26


antdTranslations

Const antdTranslations: Object

Type declaration

NameType
cloneRule{ label: Element }
cloneRule.labelElement
cloneRuleGroup{ label: Element }
cloneRuleGroup.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/antd/src/index.tsx:35

Functions

AntDActionElement

AntDActionElement(«destructured»): Element

Parameters

NameType
«destructured»AntDActionProps

Returns

Element

Defined in

packages/antd/src/AntDActionElement.tsx:15


AntDDragHandle

AntDDragHandle(props): ReactNode

Parameters

NameType
propsOmit<AntDDragHandleProps, "ref"> & RefAttributes<HTMLSpanElement>

Returns

ReactNode

Defined in

packages/antd/src/AntDDragHandle.tsx:12


AntDNotToggle

AntDNotToggle(«destructured»): Element

Parameters

NameType
«destructured»AntDNotToggleProps

Returns

Element

Defined in

packages/antd/src/AntDNotToggle.tsx:8


AntDShiftActions

AntDShiftActions(«destructured»): Element

Parameters

NameType
«destructured»ShiftActionsProps

Returns

Element

Defined in

packages/antd/src/AntDShiftActions.tsx:5


AntDValueEditor

AntDValueEditor(allProps): null | Element

Parameters

NameType
allPropsAntDValueEditorProps

Returns

null | Element

Defined in

packages/antd/src/AntDValueEditor.tsx:15


AntDValueSelector

AntDValueSelector(«destructured»): Element

Parameters

NameType
«destructured»AntDValueSelectorProps

Returns

Element

Defined in

packages/antd/src/AntDValueSelector.tsx:11