Skip to main content

MaterialActionProps

Defined in: packages/material/src/MaterialActionElement.tsx:13

Extends

Methods

handleOnClick()

handleOnClick(e?: MouseEvent<Element, MouseEvent>): void

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:269

Call this function to trigger the action.

Parameters

ParameterType
e?MouseEvent<Element, MouseEvent>

Returns

void

Inherited from

ActionWithRulesProps.handleOnClick

Properties

about?

optional about: string

Defined in: node_modules/@types/react/index.d.ts:2711

Inherited from

ComponentPropsWithoutRef.about


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2684

Inherited from

ComponentPropsWithoutRef.accessKey


action?

optional action: Ref<ButtonBaseActions>

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:13

A ref for imperative actions. It currently only supports focusVisible() action.

Inherited from

ComponentPropsWithoutRef.action


aria-activedescendant?

optional aria-activedescendant: string

Defined in: node_modules/@types/react/index.d.ts:2382

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

ComponentPropsWithoutRef.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2384

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

ComponentPropsWithoutRef.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "none" | "list" | "inline" | "both"

Defined in: node_modules/@types/react/index.d.ts:2389

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

ComponentPropsWithoutRef.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defined in: node_modules/@types/react/index.d.ts:2395

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

ComponentPropsWithoutRef.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defined in: node_modules/@types/react/index.d.ts:2400

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

ComponentPropsWithoutRef.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2401

Inherited from

ComponentPropsWithoutRef.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Defined in: node_modules/@types/react/index.d.ts:2406

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

ComponentPropsWithoutRef.aria-checked


aria-colcount?

optional aria-colcount: number

Defined in: node_modules/@types/react/index.d.ts:2411

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

ComponentPropsWithoutRef.aria-colcount


aria-colindex?

optional aria-colindex: number

Defined in: node_modules/@types/react/index.d.ts:2416

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

ComponentPropsWithoutRef.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defined in: node_modules/@types/react/index.d.ts:2421

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

ComponentPropsWithoutRef.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defined in: node_modules/@types/react/index.d.ts:2426

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

ComponentPropsWithoutRef.aria-colspan


aria-controls?

optional aria-controls: string

Defined in: node_modules/@types/react/index.d.ts:2431

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

ComponentPropsWithoutRef.aria-controls


aria-current?

optional aria-current: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location"

Defined in: node_modules/@types/react/index.d.ts:2433

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

ComponentPropsWithoutRef.aria-current


aria-describedby?

optional aria-describedby: string

Defined in: node_modules/@types/react/index.d.ts:2438

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

ComponentPropsWithoutRef.aria-describedby


aria-description?

optional aria-description: string

Defined in: node_modules/@types/react/index.d.ts:2443

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-description


aria-details?

optional aria-details: string

Defined in: node_modules/@types/react/index.d.ts:2448

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2453

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

ComponentPropsWithoutRef.aria-disabled


aria-dropeffect?

optional aria-dropeffect: "link" | "move" | "copy" | "none" | "execute" | "popup"

Defined in: node_modules/@types/react/index.d.ts:2458

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

ComponentPropsWithoutRef.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Defined in: node_modules/@types/react/index.d.ts:2463

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2465

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

ComponentPropsWithoutRef.aria-expanded


aria-flowto?

optional aria-flowto: string

Defined in: node_modules/@types/react/index.d.ts:2470

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

ComponentPropsWithoutRef.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2475

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

ComponentPropsWithoutRef.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree"

Defined in: node_modules/@types/react/index.d.ts:2477

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

ComponentPropsWithoutRef.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2482

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

ComponentPropsWithoutRef.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Defined in: node_modules/@types/react/index.d.ts:2487

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

ComponentPropsWithoutRef.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Defined in: node_modules/@types/react/index.d.ts:2489

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

ComponentPropsWithoutRef.aria-keyshortcuts


aria-label?

optional aria-label: string

Defined in: node_modules/@types/react/index.d.ts:2494

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

ComponentPropsWithoutRef.aria-label


aria-labelledby?

optional aria-labelledby: string

Defined in: node_modules/@types/react/index.d.ts:2499

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

ComponentPropsWithoutRef.aria-labelledby


aria-level?

optional aria-level: number

Defined in: node_modules/@types/react/index.d.ts:2501

Defines the hierarchical level of an element within a structure.

Inherited from

ComponentPropsWithoutRef.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

Defined in: node_modules/@types/react/index.d.ts:2503

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

ComponentPropsWithoutRef.aria-live


aria-modal?

optional aria-modal: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2505

Indicates whether an element is modal when displayed.

Inherited from

ComponentPropsWithoutRef.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2507

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

ComponentPropsWithoutRef.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2509

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

ComponentPropsWithoutRef.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Defined in: node_modules/@types/react/index.d.ts:2511

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

ComponentPropsWithoutRef.aria-orientation


aria-owns?

optional aria-owns: string

Defined in: node_modules/@types/react/index.d.ts:2517

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

ComponentPropsWithoutRef.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defined in: node_modules/@types/react/index.d.ts:2522

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

ComponentPropsWithoutRef.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defined in: node_modules/@types/react/index.d.ts:2527

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

ComponentPropsWithoutRef.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Defined in: node_modules/@types/react/index.d.ts:2532

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

ComponentPropsWithoutRef.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2537

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

ComponentPropsWithoutRef.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Defined in: node_modules/@types/react/index.d.ts:2542

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

ComponentPropsWithoutRef.aria-relevant


aria-required?

optional aria-required: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2555

Indicates that user input is required on the element before a form may be submitted.

Inherited from

ComponentPropsWithoutRef.aria-required


aria-roledescription?

optional aria-roledescription: string

Defined in: node_modules/@types/react/index.d.ts:2557

Defines a human-readable, author-localized description for the role of an element.

Inherited from

ComponentPropsWithoutRef.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defined in: node_modules/@types/react/index.d.ts:2562

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

ComponentPropsWithoutRef.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defined in: node_modules/@types/react/index.d.ts:2567

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

ComponentPropsWithoutRef.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defined in: node_modules/@types/react/index.d.ts:2572

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

ComponentPropsWithoutRef.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defined in: node_modules/@types/react/index.d.ts:2577

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

ComponentPropsWithoutRef.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2582

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

ComponentPropsWithoutRef.aria-selected


aria-setsize?

optional aria-setsize: number

Defined in: node_modules/@types/react/index.d.ts:2587

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

ComponentPropsWithoutRef.aria-setsize


aria-sort?

optional aria-sort: "none" | "ascending" | "descending" | "other"

Defined in: node_modules/@types/react/index.d.ts:2589

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

ComponentPropsWithoutRef.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defined in: node_modules/@types/react/index.d.ts:2591

Defines the maximum allowed value for a range widget.

Inherited from

ComponentPropsWithoutRef.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defined in: node_modules/@types/react/index.d.ts:2593

Defines the minimum allowed value for a range widget.

Inherited from

ComponentPropsWithoutRef.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defined in: node_modules/@types/react/index.d.ts:2598

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

ComponentPropsWithoutRef.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defined in: node_modules/@types/react/index.d.ts:2600

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

ComponentPropsWithoutRef.aria-valuetext


autoCapitalize?

optional autoCapitalize: string & { } | "none" | "off" | "on" | "sentences" | "words" | "characters"

Defined in: node_modules/@types/react/index.d.ts:2685

Inherited from

ComponentPropsWithoutRef.autoCapitalize


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2724

Inherited from

ComponentPropsWithoutRef.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2686

Inherited from

ComponentPropsWithoutRef.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2725

Inherited from

ComponentPropsWithoutRef.autoSave


centerRipple?

optional centerRipple: boolean

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:19

If true, the ripples are centered. They won't start at the cursor interaction position.

Default

false

Inherited from

ComponentPropsWithoutRef.centerRipple


children?

optional children: ReactNode

Defined in: node_modules/@mui/material/Button/Button.d.ts:15

The content of the component.

Inherited from

ComponentPropsWithoutRef.children


classes?

optional classes: Partial<ButtonClasses> & Partial<ClassNameMap<never>>

Defined in: node_modules/@mui/material/Button/Button.d.ts:19

Override or extend the styles applied to the component.

Inherited from

ComponentPropsWithoutRef.classes


className?

optional className: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:56

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

ActionWithRulesProps.className


color?

optional color: OverridableStringUnion<"secondary" | "inherit" | "primary" | "success" | "error" | "info" | "warning", ButtonPropsColorOverrides>

Defined in: node_modules/@mui/material/Button/Button.d.ts:26

The color of the component. It supports both default and custom theme colors, which can be added as shown in the palette customization guide.

Default

'primary'

Inherited from

ComponentPropsWithoutRef.color


content?

optional content: string

Defined in: node_modules/@types/react/index.d.ts:2712

Inherited from

ComponentPropsWithoutRef.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Defined in: node_modules/@types/react/index.d.ts:2688

Inherited from

ComponentPropsWithoutRef.contentEditable


context?

optional context: any

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:77

Container for custom props that are passed to all components.

Inherited from

ActionWithRulesProps.context


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2689

Inherited from

ComponentPropsWithoutRef.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: { __html: string | TrustedHTML; }

Defined in: node_modules/@types/react/index.d.ts:2159

__html

__html: string | TrustedHTML

Inherited from

ComponentPropsWithoutRef.dangerouslySetInnerHTML


datatype?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2713

Inherited from

ComponentPropsWithoutRef.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@types/react/index.d.ts:2678

Inherited from

ComponentPropsWithoutRef.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2679

Inherited from

ComponentPropsWithoutRef.defaultValue


dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2690

Inherited from

ComponentPropsWithoutRef.dir


disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:72

Disables the control.

Inherited from

ActionWithRulesProps.disabled


disabledTranslation?

optional disabledTranslation: TranslationWithLabel

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:274

Translation which overrides the regular label/title props when the element is disabled.

Inherited from

ActionWithRulesProps.disabledTranslation


disableElevation?

optional disableElevation: boolean

Defined in: node_modules/@mui/material/Button/Button.d.ts:36

If true, no elevation is used.

Default

false

Inherited from

ComponentPropsWithoutRef.disableElevation


disableFocusRipple?

optional disableFocusRipple: boolean

Defined in: node_modules/@mui/material/Button/Button.d.ts:41

If true, the keyboard focus ripple is disabled.

Default

false

Inherited from

ComponentPropsWithoutRef.disableFocusRipple


disableRipple?

optional disableRipple: boolean

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:40

If true, the ripple effect is disabled.

⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure to highlight the element by applying separate styles with the .Mui-focusVisible class.

Default

false

Inherited from

ComponentPropsWithoutRef.disableRipple


disableTouchRipple?

optional disableTouchRipple: boolean

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:45

If true, the touch ripple effect is disabled.

Default

false

Inherited from

ComponentPropsWithoutRef.disableTouchRipple


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2691

Inherited from

ComponentPropsWithoutRef.draggable


endIcon?

optional endIcon: ReactNode

Defined in: node_modules/@mui/material/Button/Button.d.ts:45

Element placed after the children.

Inherited from

ComponentPropsWithoutRef.endIcon


enterKeyHint?

optional enterKeyHint: "search" | "done" | "enter" | "go" | "next" | "previous" | "send"

Defined in: node_modules/@types/react/index.d.ts:2692

Inherited from

ComponentPropsWithoutRef.enterKeyHint


exportparts?

optional exportparts: string

Defined in: node_modules/@types/react/index.d.ts:2759

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

ComponentPropsWithoutRef.exportparts


focusRipple?

optional focusRipple: boolean

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:50

If true, the base button will have a keyboard focus ripple.

Default

false

Inherited from

ComponentPropsWithoutRef.focusRipple


focusVisibleClassName?

optional focusVisibleClassName: string

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:59

This prop can help identify which element has keyboard focus. The class name will be applied when the element gains the focus through keyboard interaction. It's a polyfill for the CSS :focus-visible selector. The rationale for using this feature is explained here. A polyfill can be used to apply a focus-visible class to other components if needed.

Inherited from

ComponentPropsWithoutRef.focusVisibleClassName


form?

optional form: string

Defined in: node_modules/@types/react/index.d.ts:2945

Inherited from

ComponentPropsWithoutRef.form


formAction?

optional formAction: string | (formData: FormData) => void | Promise<void>

Defined in: node_modules/@types/react/index.d.ts:2946

Inherited from

ComponentPropsWithoutRef.formAction


formEncType?

optional formEncType: string

Defined in: node_modules/@types/react/index.d.ts:2953

Inherited from

ComponentPropsWithoutRef.formEncType


formMethod?

optional formMethod: string

Defined in: node_modules/@types/react/index.d.ts:2954

Inherited from

ComponentPropsWithoutRef.formMethod


formNoValidate?

optional formNoValidate: boolean

Defined in: node_modules/@types/react/index.d.ts:2955

Inherited from

ComponentPropsWithoutRef.formNoValidate


formTarget?

optional formTarget: string

Defined in: node_modules/@types/react/index.d.ts:2956

Inherited from

ComponentPropsWithoutRef.formTarget


fullWidth?

optional fullWidth: boolean

Defined in: node_modules/@mui/material/Button/Button.d.ts:50

If true, the button will take up the full width of its container.

Default

false

Inherited from

ComponentPropsWithoutRef.fullWidth


hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2693

Inherited from

ComponentPropsWithoutRef.hidden


href?

optional href: string

Defined in: node_modules/@mui/material/Button/Button.d.ts:55

The URL to link to when the button is clicked. If defined, an a element will be used as the root node.

Inherited from

ComponentPropsWithoutRef.href


id?

optional id: string

Defined in: node_modules/@types/react/index.d.ts:2694

Inherited from

ComponentPropsWithoutRef.id


inert?

optional inert: boolean

Defined in: node_modules/@types/react/index.d.ts:2745

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

ComponentPropsWithoutRef.inert


inlist?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2714

Inherited from

ComponentPropsWithoutRef.inlist


inputMode?

optional inputMode: "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"

Defined in: node_modules/@types/react/index.d.ts:2750

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

ComponentPropsWithoutRef.inputMode


is?

optional is: string

Defined in: node_modules/@types/react/index.d.ts:2755

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

ComponentPropsWithoutRef.is


itemID?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2730

Inherited from

ComponentPropsWithoutRef.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2727

Inherited from

ComponentPropsWithoutRef.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2731

Inherited from

ComponentPropsWithoutRef.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2728

Inherited from

ComponentPropsWithoutRef.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2729

Inherited from

ComponentPropsWithoutRef.itemType


key?

optional key: null | Key

Defined in: node_modules/@types/react/index.d.ts:250

Inherited from

ComponentPropsWithoutRef.key


label?

optional label: ReactNode

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:267

Visible text.

Inherited from

ActionWithRulesProps.label


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2695

Inherited from

ComponentPropsWithoutRef.lang


level

level: number

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:64

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

Inherited from

ActionWithRulesProps.level


LinkComponent?

optional LinkComponent: ElementType<any, keyof IntrinsicElements>

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:64

The component used to render a link when the href prop is provided.

Default

'a'

Inherited from

ComponentPropsWithoutRef.LinkComponent


loading?

optional loading: null | boolean

Defined in: node_modules/@mui/material/Button/Button.d.ts:61

If true, the loading indicator is visible and the button is disabled. If true | false, the loading wrapper is always rendered before the children to prevent Google Translation Crash.

Default

null

Inherited from

ComponentPropsWithoutRef.loading


loadingIndicator?

optional loadingIndicator: ReactNode

Defined in: node_modules/@mui/material/Button/Button.d.ts:68

Element placed before the children if the button is in loading state. The node should contain an element with role="progressbar" with an accessible name. By default, it renders a CircularProgress that is labeled by the button itself.

Default

<CircularProgress color="inherit" size={16} />

Inherited from

ComponentPropsWithoutRef.loadingIndicator


loadingPosition?

optional loadingPosition: "center" | "start" | "end"

Defined in: node_modules/@mui/material/Button/Button.d.ts:73

The loading indicator can be positioned on the start, end, or the center of the button.

Default

'center'

Inherited from

ComponentPropsWithoutRef.loadingPosition


muiComponents?

optional muiComponents: RQBMaterialComponents

Defined in: packages/material/src/MaterialActionElement.tsx:16


name?

optional name: string

Defined in: node_modules/@types/react/index.d.ts:2957

Inherited from

ComponentPropsWithoutRef.name


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2696

Inherited from

ComponentPropsWithoutRef.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2218

Inherited from

ComponentPropsWithoutRef.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2219

Inherited from

ComponentPropsWithoutRef.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

ComponentPropsWithoutRef.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2349

Inherited from

ComponentPropsWithoutRef.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2350

Inherited from

ComponentPropsWithoutRef.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2351

Inherited from

ComponentPropsWithoutRef.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2346

Inherited from

ComponentPropsWithoutRef.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2347

Inherited from

ComponentPropsWithoutRef.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2264

Inherited from

ComponentPropsWithoutRef.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2265

Inherited from

ComponentPropsWithoutRef.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2190

Inherited from

ComponentPropsWithoutRef.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2191

Inherited from

ComponentPropsWithoutRef.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2355

Inherited from

ComponentPropsWithoutRef.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2184

Inherited from

ComponentPropsWithoutRef.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2185

Inherited from

ComponentPropsWithoutRef.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2220

Inherited from

ComponentPropsWithoutRef.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2221

Inherited from

ComponentPropsWithoutRef.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2222

Inherited from

ComponentPropsWithoutRef.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2223

Inherited from

ComponentPropsWithoutRef.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2188

Inherited from

ComponentPropsWithoutRef.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2189

Inherited from

ComponentPropsWithoutRef.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2266

Inherited from

ComponentPropsWithoutRef.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2267

Inherited from

ComponentPropsWithoutRef.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2174

Inherited from

ComponentPropsWithoutRef.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2175

Inherited from

ComponentPropsWithoutRef.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2176

Inherited from

ComponentPropsWithoutRef.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2177

Inherited from

ComponentPropsWithoutRef.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2178

Inherited from

ComponentPropsWithoutRef.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2179

Inherited from

ComponentPropsWithoutRef.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2268

Inherited from

ComponentPropsWithoutRef.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2269

Inherited from

ComponentPropsWithoutRef.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2166

Inherited from

ComponentPropsWithoutRef.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2167

Inherited from

ComponentPropsWithoutRef.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2168

Inherited from

ComponentPropsWithoutRef.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2169

Inherited from

ComponentPropsWithoutRef.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2270

Inherited from

ComponentPropsWithoutRef.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2271

Inherited from

ComponentPropsWithoutRef.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2272

Inherited from

ComponentPropsWithoutRef.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2273

Inherited from

ComponentPropsWithoutRef.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2274

Inherited from

ComponentPropsWithoutRef.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

ComponentPropsWithoutRef.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

ComponentPropsWithoutRef.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2277

Inherited from

ComponentPropsWithoutRef.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2278

Inherited from

ComponentPropsWithoutRef.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

ComponentPropsWithoutRef.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

ComponentPropsWithoutRef.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2281

Inherited from

ComponentPropsWithoutRef.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2282

Inherited from

ComponentPropsWithoutRef.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

ComponentPropsWithoutRef.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

ComponentPropsWithoutRef.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

ComponentPropsWithoutRef.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

ComponentPropsWithoutRef.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2287

Inherited from

ComponentPropsWithoutRef.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2224

Inherited from

ComponentPropsWithoutRef.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2225

Inherited from

ComponentPropsWithoutRef.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2226

Inherited from

ComponentPropsWithoutRef.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2227

Inherited from

ComponentPropsWithoutRef.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2228

Inherited from

ComponentPropsWithoutRef.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2229

Inherited from

ComponentPropsWithoutRef.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2230

Inherited from

ComponentPropsWithoutRef.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2231

Inherited from

ComponentPropsWithoutRef.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2204

Inherited from

ComponentPropsWithoutRef.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2205

Inherited from

ComponentPropsWithoutRef.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2182

Inherited from

ComponentPropsWithoutRef.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2183

Inherited from

ComponentPropsWithoutRef.onFocusCapture


onFocusVisible?

optional onFocusVisible: FocusEventHandler<any>

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:69

Callback fired when the component is focused with a keyboard. We trigger a onFocus callback too.

Inherited from

ComponentPropsWithoutRef.onFocusVisible


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2330

Inherited from

ComponentPropsWithoutRef.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

ComponentPropsWithoutRef.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2192

Inherited from

ComponentPropsWithoutRef.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2193

Inherited from

ComponentPropsWithoutRef.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2198

Inherited from

ComponentPropsWithoutRef.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2199

Inherited from

ComponentPropsWithoutRef.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2208

Inherited from

ComponentPropsWithoutRef.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2209

Inherited from

ComponentPropsWithoutRef.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2211

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

ComponentPropsWithoutRef.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2213

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

ComponentPropsWithoutRef.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2214

Inherited from

ComponentPropsWithoutRef.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2215

Inherited from

ComponentPropsWithoutRef.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2202

Inherited from

ComponentPropsWithoutRef.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2203

Inherited from

ComponentPropsWithoutRef.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2232

Inherited from

ComponentPropsWithoutRef.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2233

Inherited from

ComponentPropsWithoutRef.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2234

Inherited from

ComponentPropsWithoutRef.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2235

Inherited from

ComponentPropsWithoutRef.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2236

Inherited from

ComponentPropsWithoutRef.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2237

Inherited from

ComponentPropsWithoutRef.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

ComponentPropsWithoutRef.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

ComponentPropsWithoutRef.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2288

Inherited from

ComponentPropsWithoutRef.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2289

Inherited from

ComponentPropsWithoutRef.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2290

Inherited from

ComponentPropsWithoutRef.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

ComponentPropsWithoutRef.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

ComponentPropsWithoutRef.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

ComponentPropsWithoutRef.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2294

Inherited from

ComponentPropsWithoutRef.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2295

Inherited from

ComponentPropsWithoutRef.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2296

Inherited from

ComponentPropsWithoutRef.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2297

Inherited from

ComponentPropsWithoutRef.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2298

Inherited from

ComponentPropsWithoutRef.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2299

Inherited from

ComponentPropsWithoutRef.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2170

Inherited from

ComponentPropsWithoutRef.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2171

Inherited from

ComponentPropsWithoutRef.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2238

Inherited from

ComponentPropsWithoutRef.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2239

Inherited from

ComponentPropsWithoutRef.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2240

Inherited from

ComponentPropsWithoutRef.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2241

Inherited from

ComponentPropsWithoutRef.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2242

Inherited from

ComponentPropsWithoutRef.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2243

Inherited from

ComponentPropsWithoutRef.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Inherited from

ComponentPropsWithoutRef.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

ComponentPropsWithoutRef.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2316

Inherited from

ComponentPropsWithoutRef.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2317

Inherited from

ComponentPropsWithoutRef.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

ComponentPropsWithoutRef.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2325

Inherited from

ComponentPropsWithoutRef.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2318

Inherited from

ComponentPropsWithoutRef.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2319

Inherited from

ComponentPropsWithoutRef.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2328

Inherited from

ComponentPropsWithoutRef.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2329

Inherited from

ComponentPropsWithoutRef.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2326

Inherited from

ComponentPropsWithoutRef.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

ComponentPropsWithoutRef.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2320

Inherited from

ComponentPropsWithoutRef.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2321

Inherited from

ComponentPropsWithoutRef.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2244

Inherited from

ComponentPropsWithoutRef.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2245

Inherited from

ComponentPropsWithoutRef.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2246

Inherited from

ComponentPropsWithoutRef.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2247

Inherited from

ComponentPropsWithoutRef.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2194

Inherited from

ComponentPropsWithoutRef.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2195

Inherited from

ComponentPropsWithoutRef.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

ComponentPropsWithoutRef.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

ComponentPropsWithoutRef.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2338

Inherited from

ComponentPropsWithoutRef.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2339

Inherited from

ComponentPropsWithoutRef.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2248

Inherited from

ComponentPropsWithoutRef.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2249

Inherited from

ComponentPropsWithoutRef.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2250

Inherited from

ComponentPropsWithoutRef.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2251

Inherited from

ComponentPropsWithoutRef.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2302

Inherited from

ComponentPropsWithoutRef.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

ComponentPropsWithoutRef.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2252

Inherited from

ComponentPropsWithoutRef.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2253

Inherited from

ComponentPropsWithoutRef.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2196

Inherited from

ComponentPropsWithoutRef.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2197

Inherited from

ComponentPropsWithoutRef.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2254

Inherited from

ComponentPropsWithoutRef.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2255

Inherited from

ComponentPropsWithoutRef.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2256

Inherited from

ComponentPropsWithoutRef.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2257

Inherited from

ComponentPropsWithoutRef.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

ComponentPropsWithoutRef.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

ComponentPropsWithoutRef.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2307

Inherited from

ComponentPropsWithoutRef.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2308

Inherited from

ComponentPropsWithoutRef.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2309

Inherited from

ComponentPropsWithoutRef.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2310

Inherited from

ComponentPropsWithoutRef.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2311

Inherited from

ComponentPropsWithoutRef.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

ComponentPropsWithoutRef.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2313

Inherited from

ComponentPropsWithoutRef.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

ComponentPropsWithoutRef.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2359

Inherited from

ComponentPropsWithoutRef.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2360

Inherited from

ComponentPropsWithoutRef.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2361

Inherited from

ComponentPropsWithoutRef.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2362

Inherited from

ComponentPropsWithoutRef.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2363

Inherited from

ComponentPropsWithoutRef.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2364

Inherited from

ComponentPropsWithoutRef.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2365

Inherited from

ComponentPropsWithoutRef.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2258

Inherited from

ComponentPropsWithoutRef.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2259

Inherited from

ComponentPropsWithoutRef.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2260

Inherited from

ComponentPropsWithoutRef.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2261

Inherited from

ComponentPropsWithoutRef.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

ComponentPropsWithoutRef.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

ComponentPropsWithoutRef.onWheelCapture


part?

optional part: string

Defined in: node_modules/@types/react/index.d.ts:2763

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

ComponentPropsWithoutRef.part


path

path: Path

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:60

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

Inherited from

ActionWithRulesProps.path


popover?

optional popover: "" | "auto" | "manual"

Defined in: node_modules/@types/react/index.d.ts:2737

Inherited from

ComponentPropsWithoutRef.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2739

Inherited from

ComponentPropsWithoutRef.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Defined in: node_modules/@types/react/index.d.ts:2738

Inherited from

ComponentPropsWithoutRef.popoverTargetAction


prefix?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2715

Inherited from

ComponentPropsWithoutRef.prefix


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2716

Inherited from

ComponentPropsWithoutRef.property


radioGroup?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2705

Inherited from

ComponentPropsWithoutRef.radioGroup


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2717

Inherited from

ComponentPropsWithoutRef.rel


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2718

Inherited from

ComponentPropsWithoutRef.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2732

Inherited from

ComponentPropsWithoutRef.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2719

Inherited from

ComponentPropsWithoutRef.rev


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2708

Inherited from

ComponentPropsWithoutRef.role


ruleOrGroup

ruleOrGroup: RuleType<string, string, any, string> | RuleGroupTypeAny

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:279

The RuleType or RuleGroupType/RuleGroupTypeIC associated with this element.

Inherited from

ActionWithRulesProps.ruleOrGroup


rules?

optional rules: RuleOrGroupArray

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:291

Rules already present for this group.

Inherited from

ActionWithRulesProps.rules


schema

schema: Schema<{[key: string]: unknown; className?: Classname; comparator?: string | (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; value?: string | undefined; label: string; disabled?: boolean | undefined; name: string; }> | undefined; ... 9 more ...; className?: Clas..., operator: string) => boolean; defaultOperator?: string; defaultValue?: any; disabled?: boolean; id?: string; inputType?: null | InputType; label: string; name: string; operators?: FlexibleOptionList<{[key: string]: unknown; disabled?: boolean; label: string; name: string; value?: string; }>; placeholder?: string; validator?: RuleValidator; value: string; valueEditorType?: ValueEditorType | (operator: string) => ValueEditorType; values?: FlexibleOptionList<{[key: string]: unknown; disabled?: boolean; label: string; name: string; value?: string; }>; valueSources?: ValueSources | (operator: string) => ValueSources; }, string>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:89

All subcomponents receive the configuration schema as a prop.

Inherited from

ActionWithRulesProps.schema


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2733

Inherited from

ComponentPropsWithoutRef.security


size?

optional size: OverridableStringUnion<"small" | "medium" | "large", ButtonPropsSizeOverrides>

Defined in: node_modules/@mui/material/Button/Button.d.ts:79

The size of the component. small is equivalent to the dense button styling.

Default

'medium'

Inherited from

ComponentPropsWithoutRef.size


slot?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2697

Inherited from

ComponentPropsWithoutRef.slot


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2698

Inherited from

ComponentPropsWithoutRef.spellCheck


startIcon?

optional startIcon: ReactNode

Defined in: node_modules/@mui/material/Button/Button.d.ts:83

Element placed before the children.

Inherited from

ComponentPropsWithoutRef.startIcon


style?

optional style: CSSProperties

Defined in: node_modules/@mui/material/OverridableComponent/index.d.ts:36

Inherited from

ComponentPropsWithoutRef.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2680

Inherited from

ComponentPropsWithoutRef.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2681

Inherited from

ComponentPropsWithoutRef.suppressHydrationWarning


sx?

optional sx: SxProps<Theme>

Defined in: node_modules/@mui/material/Button/Button.d.ts:87

The system prop that allows defining system overrides as well as additional CSS styles.

Inherited from

ComponentPropsWithoutRef.sx


tabIndex?

optional tabIndex: number

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:77

Default

0

Inherited from

ComponentPropsWithoutRef.tabIndex


testID?

optional testID: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:85

Test ID for this component.

Inherited from

ActionWithRulesProps.testID


title?

optional title: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:68

The title/tooltip for this control.

Inherited from

ActionWithRulesProps.title


TouchRippleProps?

optional TouchRippleProps: Partial<TouchRippleProps>

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:81

Props applied to the TouchRipple element.

Inherited from

ComponentPropsWithoutRef.TouchRippleProps


touchRippleRef?

optional touchRippleRef: Ref<TouchRippleActions>

Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:85

A ref that points to the TouchRipple element.

Inherited from

ComponentPropsWithoutRef.touchRippleRef


translate?

optional translate: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2702

Inherited from

ComponentPropsWithoutRef.translate


type?

optional type: "button" | "reset" | "submit"

Defined in: node_modules/@types/react/index.d.ts:2958

Inherited from

ComponentPropsWithoutRef.type


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2720

Inherited from

ComponentPropsWithoutRef.typeof


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2734

Inherited from

ComponentPropsWithoutRef.unselectable


validation?

optional validation: boolean | ValidationResult

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:81

Validation result of the parent rule/group.

Inherited from

ActionWithRulesProps.validation


value?

optional value: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2959

Inherited from

ComponentPropsWithoutRef.value


variant?

optional variant: OverridableStringUnion<"text" | "contained" | "outlined", ButtonPropsVariantOverrides>

Defined in: node_modules/@mui/material/Button/Button.d.ts:92

The variant to use.

Default

'text'

Inherited from

ComponentPropsWithoutRef.variant


vocab?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2721

Inherited from

ComponentPropsWithoutRef.vocab


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.