MaterialActionProps
Defined in: packages/material/src/MaterialActionElement.tsx:13
Extends
ActionProps.ComponentPropsWithoutRef<typeofButton>.MuiAugmentation
Methods
handleOnClick()
handleOnClick(
e?:MouseEvent<Element,MouseEvent>,context?:any):void
Defined in: packages/react-querybuilder/src/types/props.ts:268
Triggers the action, e.g. the addition of a new rule or group. The second parameter
will be forwarded to the onAddRule or onAddGroup callback if appropriate.
Parameters
| Parameter | Type |
|---|---|
e? | MouseEvent<Element, MouseEvent> |
context? | any |
Returns
void
Inherited from
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2783
Inherited from
ComponentPropsWithoutRef.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2756
Inherited from
ComponentPropsWithoutRef.accessKey
action?
optionalaction:Ref<ButtonBaseActions>
Defined in: node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts:13
A ref for imperative actions.
It currently only supports focusVisible() action.
Inherited from
ComponentPropsWithoutRef.action
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2454
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
ComponentPropsWithoutRef.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2456
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?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2461
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?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2467
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?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2472
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?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
ComponentPropsWithoutRef.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2478
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
ComponentPropsWithoutRef.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2483
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
ComponentPropsWithoutRef.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2488
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?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2493
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
ComponentPropsWithoutRef.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2498
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?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2503
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?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"page"|"step"|"location"
Defined in: node_modules/@types/react/index.d.ts:2505
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
ComponentPropsWithoutRef.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2510
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
ComponentPropsWithoutRef.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2515
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
ComponentPropsWithoutRef.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2520
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
ComponentPropsWithoutRef.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2525
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?
optionalaria-dropeffect:"link"|"none"|"move"|"copy"|"execute"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2530
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?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2535
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
ComponentPropsWithoutRef.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2537
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
ComponentPropsWithoutRef.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2542
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?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2547
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
ComponentPropsWithoutRef.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"menu"|"grid"|"listbox"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2549
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?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2554
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
ComponentPropsWithoutRef.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2559
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
ComponentPropsWithoutRef.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2561
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
ComponentPropsWithoutRef.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2566
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
ComponentPropsWithoutRef.aria-label
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2571
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
ComponentPropsWithoutRef.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2573
Defines the hierarchical level of an element within a structure.
Inherited from
ComponentPropsWithoutRef.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2575
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?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2577
Indicates whether an element is modal when displayed.
Inherited from
ComponentPropsWithoutRef.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2579
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
ComponentPropsWithoutRef.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2581
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
ComponentPropsWithoutRef.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
ComponentPropsWithoutRef.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2589
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?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2594
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?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2599
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?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2604
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
ComponentPropsWithoutRef.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2609
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
ComponentPropsWithoutRef.aria-readonly
aria-relevant?
optionalaria-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:2614
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?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2627
Indicates that user input is required on the element before a form may be submitted.
Inherited from
ComponentPropsWithoutRef.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2629
Defines a human-readable, author-localized description for the role of an element.
Inherited from
ComponentPropsWithoutRef.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2634
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
ComponentPropsWithoutRef.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2639
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?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2644
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
ComponentPropsWithoutRef.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2649
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?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2654
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
ComponentPropsWithoutRef.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2659
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?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2661
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
ComponentPropsWithoutRef.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2663
Defines the maximum allowed value for a range widget.
Inherited from
ComponentPropsWithoutRef.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2665
Defines the minimum allowed value for a range widget.
Inherited from
ComponentPropsWithoutRef.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2670
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
ComponentPropsWithoutRef.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2672
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
ComponentPropsWithoutRef.aria-valuetext
autoCapitalize?
optionalautoCapitalize:string& { } |"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2757
Inherited from
ComponentPropsWithoutRef.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
ComponentPropsWithoutRef.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2758
Inherited from
ComponentPropsWithoutRef.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
ComponentPropsWithoutRef.autoSave
centerRipple?
optionalcenterRipple:boolean
Defined in: node_modules/@mui/material/esm/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?
optionalchildren:ReactNode
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:15
The content of the component.
Inherited from
ComponentPropsWithoutRef.children
classes?
optionalclasses:Partial<ButtonClasses> &Partial<ClassNameMap<never>>
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:19
Override or extend the styles applied to the component.
Inherited from
ComponentPropsWithoutRef.classes
className?
optionalclassName:string
Defined in: packages/react-querybuilder/src/types/props.ts:74
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
color?
optionalcolor:OverridableStringUnion<"secondary"|"inherit"|"primary"|"success"|"error"|"info"|"warning",ButtonPropsColorOverrides>
Defined in: node_modules/@mui/material/esm/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?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2784
Inherited from
ComponentPropsWithoutRef.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2760
Inherited from
ComponentPropsWithoutRef.contentEditable
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:95
Container for custom props that are passed to all components.
Inherited from
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2761
Inherited from
ComponentPropsWithoutRef.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2231
__html
__html:
string|TrustedHTML
Inherited from
ComponentPropsWithoutRef.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2785
Inherited from
ComponentPropsWithoutRef.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2750
Inherited from
ComponentPropsWithoutRef.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2751
Inherited from
ComponentPropsWithoutRef.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2762
Inherited from
ComponentPropsWithoutRef.dir
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
disabledTranslation?
optionaldisabledTranslation:TranslationWithLabel
Defined in: packages/react-querybuilder/src/types/props.ts:273
Translation which overrides the regular label/title props when
the element is disabled.
Inherited from
ActionProps.disabledTranslation
disableElevation?
optionaldisableElevation:boolean
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:36
If true, no elevation is used.
Default
false
Inherited from
ComponentPropsWithoutRef.disableElevation
disableFocusRipple?
optionaldisableFocusRipple:boolean
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:41
If true, the keyboard focus ripple is disabled.
Default
false
Inherited from
ComponentPropsWithoutRef.disableFocusRipple
disableRipple?
optionaldisableRipple:boolean
Defined in: node_modules/@mui/material/esm/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?
optionaldisableTouchRipple:boolean
Defined in: node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts:45
If true, the touch ripple effect is disabled.
Default
false
Inherited from
ComponentPropsWithoutRef.disableTouchRipple
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2763
Inherited from
ComponentPropsWithoutRef.draggable
endIcon?
optionalendIcon:ReactNode
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:45
Element placed after the children.
Inherited from
ComponentPropsWithoutRef.endIcon
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2764
Inherited from
ComponentPropsWithoutRef.enterKeyHint
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2831
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
ComponentPropsWithoutRef.exportparts
focusRipple?
optionalfocusRipple:boolean
Defined in: node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts:50
If true, the base button will have a keyboard focus ripple.
Default
false
Inherited from
ComponentPropsWithoutRef.focusRipple
focusVisibleClassName?
optionalfocusVisibleClassName:string
Defined in: node_modules/@mui/material/esm/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?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3017
Inherited from
ComponentPropsWithoutRef.form
formAction?
optionalformAction:string| (formData:FormData) =>void|Promise<void>
Defined in: node_modules/@types/react/index.d.ts:3018
Inherited from
ComponentPropsWithoutRef.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3025
Inherited from
ComponentPropsWithoutRef.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3026
Inherited from
ComponentPropsWithoutRef.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3027
Inherited from
ComponentPropsWithoutRef.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3028
Inherited from
ComponentPropsWithoutRef.formTarget
fullWidth?
optionalfullWidth:boolean
Defined in: node_modules/@mui/material/esm/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?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2765
Inherited from
ComponentPropsWithoutRef.hidden
href?
optionalhref:string
Defined in: node_modules/@mui/material/esm/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?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2766
Inherited from
ComponentPropsWithoutRef.id
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2817
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
ComponentPropsWithoutRef.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
ComponentPropsWithoutRef.inlist
inputMode?
optionalinputMode:"search"|"text"|"email"|"tel"|"url"|"none"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2822
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?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2827
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?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
ComponentPropsWithoutRef.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
ComponentPropsWithoutRef.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
ComponentPropsWithoutRef.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
ComponentPropsWithoutRef.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
ComponentPropsWithoutRef.itemType
key?
optionalkey:Key|null
Defined in: node_modules/@types/react/index.d.ts:250
Inherited from
ComponentPropsWithoutRef.key
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:262
Visible text.
Inherited from
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2767
Inherited from
ComponentPropsWithoutRef.lang
level
level:
number
Defined in: packages/react-querybuilder/src/types/props.ts:82
The level of the current group. Always equal to path.length.
Inherited from
LinkComponent?
optionalLinkComponent:ElementType<any, keyof IntrinsicElements>
Defined in: node_modules/@mui/material/esm/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?
optionalloading:boolean|null
Defined in: node_modules/@mui/material/esm/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?
optionalloadingIndicator:ReactNode
Defined in: node_modules/@mui/material/esm/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?
optionalloadingPosition:"center"|"start"|"end"
Defined in: node_modules/@mui/material/esm/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?
optionalmuiComponents:RQBMaterialComponents
Defined in: packages/material/src/types.ts:54
Inherited from
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3029
Inherited from
ComponentPropsWithoutRef.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2768
Inherited from
ComponentPropsWithoutRef.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
ComponentPropsWithoutRef.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
ComponentPropsWithoutRef.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
ComponentPropsWithoutRef.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
ComponentPropsWithoutRef.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
ComponentPropsWithoutRef.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
ComponentPropsWithoutRef.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
ComponentPropsWithoutRef.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
ComponentPropsWithoutRef.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
ComponentPropsWithoutRef.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
ComponentPropsWithoutRef.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
ComponentPropsWithoutRef.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
ComponentPropsWithoutRef.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
ComponentPropsWithoutRef.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
ComponentPropsWithoutRef.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
ComponentPropsWithoutRef.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
ComponentPropsWithoutRef.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
ComponentPropsWithoutRef.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
ComponentPropsWithoutRef.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
ComponentPropsWithoutRef.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2260
Inherited from
ComponentPropsWithoutRef.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
ComponentPropsWithoutRef.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
ComponentPropsWithoutRef.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
ComponentPropsWithoutRef.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
ComponentPropsWithoutRef.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
ComponentPropsWithoutRef.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
ComponentPropsWithoutRef.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
ComponentPropsWithoutRef.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
ComponentPropsWithoutRef.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
ComponentPropsWithoutRef.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
ComponentPropsWithoutRef.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
ComponentPropsWithoutRef.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
ComponentPropsWithoutRef.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
ComponentPropsWithoutRef.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
ComponentPropsWithoutRef.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
ComponentPropsWithoutRef.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
ComponentPropsWithoutRef.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
ComponentPropsWithoutRef.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
ComponentPropsWithoutRef.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
ComponentPropsWithoutRef.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
ComponentPropsWithoutRef.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
ComponentPropsWithoutRef.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
ComponentPropsWithoutRef.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
ComponentPropsWithoutRef.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
ComponentPropsWithoutRef.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
ComponentPropsWithoutRef.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
ComponentPropsWithoutRef.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
ComponentPropsWithoutRef.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
ComponentPropsWithoutRef.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
ComponentPropsWithoutRef.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
ComponentPropsWithoutRef.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
ComponentPropsWithoutRef.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
ComponentPropsWithoutRef.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
ComponentPropsWithoutRef.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
ComponentPropsWithoutRef.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
ComponentPropsWithoutRef.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
ComponentPropsWithoutRef.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
ComponentPropsWithoutRef.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
ComponentPropsWithoutRef.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
ComponentPropsWithoutRef.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
ComponentPropsWithoutRef.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
ComponentPropsWithoutRef.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
ComponentPropsWithoutRef.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
ComponentPropsWithoutRef.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
ComponentPropsWithoutRef.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
ComponentPropsWithoutRef.onFocusCapture
onFocusVisible?
optionalonFocusVisible:FocusEventHandler<any>
Defined in: node_modules/@mui/material/esm/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?
optionalonGotPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
ComponentPropsWithoutRef.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
ComponentPropsWithoutRef.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
ComponentPropsWithoutRef.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
ComponentPropsWithoutRef.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
ComponentPropsWithoutRef.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
ComponentPropsWithoutRef.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
ComponentPropsWithoutRef.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
ComponentPropsWithoutRef.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ComponentPropsWithoutRef.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ComponentPropsWithoutRef.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
ComponentPropsWithoutRef.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
ComponentPropsWithoutRef.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
ComponentPropsWithoutRef.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
ComponentPropsWithoutRef.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
ComponentPropsWithoutRef.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
ComponentPropsWithoutRef.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
ComponentPropsWithoutRef.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
ComponentPropsWithoutRef.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
ComponentPropsWithoutRef.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
ComponentPropsWithoutRef.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
ComponentPropsWithoutRef.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
ComponentPropsWithoutRef.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
ComponentPropsWithoutRef.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
ComponentPropsWithoutRef.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
ComponentPropsWithoutRef.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
ComponentPropsWithoutRef.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
ComponentPropsWithoutRef.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
ComponentPropsWithoutRef.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
ComponentPropsWithoutRef.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
ComponentPropsWithoutRef.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
ComponentPropsWithoutRef.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
ComponentPropsWithoutRef.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
ComponentPropsWithoutRef.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
ComponentPropsWithoutRef.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
ComponentPropsWithoutRef.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
ComponentPropsWithoutRef.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
ComponentPropsWithoutRef.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
ComponentPropsWithoutRef.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
ComponentPropsWithoutRef.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
ComponentPropsWithoutRef.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
ComponentPropsWithoutRef.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
ComponentPropsWithoutRef.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
ComponentPropsWithoutRef.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
ComponentPropsWithoutRef.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
ComponentPropsWithoutRef.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
ComponentPropsWithoutRef.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
ComponentPropsWithoutRef.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
ComponentPropsWithoutRef.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
ComponentPropsWithoutRef.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
ComponentPropsWithoutRef.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
ComponentPropsWithoutRef.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
ComponentPropsWithoutRef.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
ComponentPropsWithoutRef.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
ComponentPropsWithoutRef.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
ComponentPropsWithoutRef.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
ComponentPropsWithoutRef.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
ComponentPropsWithoutRef.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
ComponentPropsWithoutRef.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
ComponentPropsWithoutRef.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
ComponentPropsWithoutRef.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
ComponentPropsWithoutRef.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
ComponentPropsWithoutRef.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
ComponentPropsWithoutRef.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
ComponentPropsWithoutRef.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
ComponentPropsWithoutRef.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
ComponentPropsWithoutRef.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
ComponentPropsWithoutRef.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
ComponentPropsWithoutRef.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
ComponentPropsWithoutRef.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
ComponentPropsWithoutRef.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
ComponentPropsWithoutRef.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
ComponentPropsWithoutRef.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
ComponentPropsWithoutRef.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
ComponentPropsWithoutRef.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
ComponentPropsWithoutRef.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
ComponentPropsWithoutRef.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
ComponentPropsWithoutRef.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
ComponentPropsWithoutRef.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
ComponentPropsWithoutRef.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
ComponentPropsWithoutRef.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
ComponentPropsWithoutRef.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
ComponentPropsWithoutRef.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
ComponentPropsWithoutRef.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
ComponentPropsWithoutRef.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
ComponentPropsWithoutRef.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
ComponentPropsWithoutRef.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
ComponentPropsWithoutRef.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
ComponentPropsWithoutRef.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
ComponentPropsWithoutRef.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
ComponentPropsWithoutRef.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
ComponentPropsWithoutRef.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
ComponentPropsWithoutRef.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
ComponentPropsWithoutRef.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
ComponentPropsWithoutRef.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
ComponentPropsWithoutRef.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
ComponentPropsWithoutRef.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
ComponentPropsWithoutRef.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
ComponentPropsWithoutRef.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
ComponentPropsWithoutRef.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
ComponentPropsWithoutRef.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
ComponentPropsWithoutRef.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
ComponentPropsWithoutRef.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
ComponentPropsWithoutRef.onWheelCapture
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2835
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/props.ts:78
Path to this subcomponent's rule/group within the query.
Inherited from
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
ComponentPropsWithoutRef.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
ComponentPropsWithoutRef.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
ComponentPropsWithoutRef.popoverTargetAction
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
ComponentPropsWithoutRef.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
ComponentPropsWithoutRef.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2777
Inherited from
ComponentPropsWithoutRef.radioGroup
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
ComponentPropsWithoutRef.rel
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
ComponentPropsWithoutRef.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
ComponentPropsWithoutRef.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2791
Inherited from
ComponentPropsWithoutRef.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
ComponentPropsWithoutRef.role
ruleOrGroup
ruleOrGroup:
RuleType<string,string,any,string> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:278
The RuleType or RuleGroupType/RuleGroupTypeIC associated with this element.
Inherited from
MaterialActionProps.ruleOrGroup
rules?
optionalrules:RuleOrGroupArray
Defined in: packages/react-querybuilder/src/types/props.ts:282
Rules in this group (if the action element is for a group).
Inherited from
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; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...,operator:string) =>boolean;defaultOperator?:string;defaultValue?:any;disabled?:boolean;id?:string;inputType?:InputType|null;label:string;matchModes?:boolean|MatchMode[] |FlexibleOption<MatchMode>[];name:string;operators?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }> |string[] |FlexibleOption<string>[] | string | FlexibleOption<string>[];placeholder?:string;subproperties?:FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...>;validator?:RuleValidator;value:string;valueEditorType?:ValueEditorType| (operator:string) =>ValueEditorType;values?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>;valueSources?:ValueSources|ValueSourceFlexibleOptions| (operator:string) => ValueSources | ValueSourceFlexibleOptions; },string>
Defined in: packages/react-querybuilder/src/types/props.ts:107
All subcomponents receive the configuration schema as a prop.
Inherited from
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
ComponentPropsWithoutRef.security
showInputLabels?
optionalshowInputLabels:boolean
Defined in: packages/material/src/types.ts:55
Inherited from
MuiAugmentation.showInputLabels
size?
optionalsize:OverridableStringUnion<"small"|"medium"|"large",ButtonPropsSizeOverrides>
Defined in: node_modules/@mui/material/esm/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?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2769
Inherited from
ComponentPropsWithoutRef.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2770
Inherited from
ComponentPropsWithoutRef.spellCheck
startIcon?
optionalstartIcon:ReactNode
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:83
Element placed before the children.
Inherited from
ComponentPropsWithoutRef.startIcon
style?
optionalstyle:CSSProperties
Defined in: node_modules/@mui/material/esm/OverridableComponent/index.d.ts:36
Inherited from
ComponentPropsWithoutRef.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2752
Inherited from
ComponentPropsWithoutRef.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2753
Inherited from
ComponentPropsWithoutRef.suppressHydrationWarning
sx?
optionalsx:SxProps<Theme>
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:87
The system prop that allows defining system overrides as well as additional CSS styles.
Inherited from
ComponentPropsWithoutRef.sx
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts:77
Default
0
Inherited from
ComponentPropsWithoutRef.tabIndex
testID?
optionaltestID:string
Defined in: packages/react-querybuilder/src/types/props.ts:103
Test ID for this component.
Inherited from
title?
optionaltitle:string
Defined in: packages/react-querybuilder/src/types/props.ts:86
The title/tooltip for this control.
Inherited from
TouchRippleProps?
optionalTouchRippleProps:Partial<TouchRippleProps>
Defined in: node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts:81
Props applied to the TouchRipple element.
Inherited from
ComponentPropsWithoutRef.TouchRippleProps
touchRippleRef?
optionaltouchRippleRef:Ref<TouchRippleActions>
Defined in: node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts:85
A ref that points to the TouchRipple element.
Inherited from
ComponentPropsWithoutRef.touchRippleRef
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2774
Inherited from
ComponentPropsWithoutRef.translate
type?
optionaltype:"button"|"reset"|"submit"
Defined in: node_modules/@types/react/index.d.ts:3030
Inherited from
ComponentPropsWithoutRef.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2792
Inherited from
ComponentPropsWithoutRef.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
ComponentPropsWithoutRef.unselectable
validation?
optionalvalidation:boolean|ValidationResult
Defined in: packages/react-querybuilder/src/types/props.ts:99
Validation result of the parent rule/group.
Inherited from
value?
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3031
Inherited from
ComponentPropsWithoutRef.value
variant?
optionalvariant:OverridableStringUnion<"text"|"contained"|"outlined",ButtonPropsVariantOverrides>
Defined in: node_modules/@mui/material/esm/Button/Button.d.ts:92
The variant to use.
Default
'text'
Inherited from
ComponentPropsWithoutRef.variant
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
ComponentPropsWithoutRef.vocab
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.