Skip to main content

antdControlElements

const antdControlElements: object

Type declaration

actionElement()

actionElement: (__namedParameters) => Element = AntDActionElement

Parameters

ParameterType
__namedParametersAntDActionProps

Returns

Element

dragHandle

dragHandle: ForwardRefExoticComponent<Omit<AntDDragHandleProps, "ref"> & RefAttributes<HTMLSpanElement>> = AntDDragHandle

notToggle()

notToggle: (__namedParameters) => Element = AntDNotToggle

Parameters

ParameterType
__namedParametersAntDNotToggleProps

Returns

Element

shiftActions()

shiftActions: (__namedParameters) => Element = AntDShiftActions

Parameters

ParameterType
__namedParametersShiftActionsProps

Returns

Element

valueEditor()

valueEditor: (allProps) => null | Element = AntDValueEditor

Parameters

ParameterType
allPropsAntDValueEditorProps

Returns

null | Element

valueSelector()

valueSelector: (__namedParameters) => Element = AntDValueSelector

Parameters

ParameterType
__namedParametersAntDValueSelectorProps

Returns

Element

Defined in

packages/antd/src/index.tsx:26


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.