MaterialShiftActionsProps
Defined in: packages/material/src/MaterialShiftActions.tsx:11
Extends
ShiftActionsProps
.ComponentPropsWithoutRef
<typeofButton
>
Properties
about?
optional
about:string
Defined in: node_modules/@types/react/index.d.ts:2711
Inherited from
React.ComponentPropsWithoutRef.about
accessKey?
optional
accessKey:string
Defined in: node_modules/@types/react/index.d.ts:2684
Inherited from
React.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
React.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
React.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
React.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
React.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
React.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
React.ComponentPropsWithoutRef.aria-brailleroledescription
aria-busy?
optional
aria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.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
React.ComponentPropsWithoutRef.autoCapitalize
autoCorrect?
optional
autoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2724
Inherited from
React.ComponentPropsWithoutRef.autoCorrect
autoFocus?
optional
autoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2686
Inherited from
React.ComponentPropsWithoutRef.autoFocus
autoSave?
optional
autoSave:string
Defined in: node_modules/@types/react/index.d.ts:2725
Inherited from
React.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
React.ComponentPropsWithoutRef.centerRipple
children?
optional
children:ReactNode
Defined in: node_modules/@mui/material/Button/Button.d.ts:15
The content of the component.
Inherited from
React.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
React.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
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
React.ComponentPropsWithoutRef.color
content?
optional
content:string
Defined in: node_modules/@types/react/index.d.ts:2712
Inherited from
React.ComponentPropsWithoutRef.content
contentEditable?
optional
contentEditable:"inherit"
|Booleanish
|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2688
Inherited from
React.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
contextMenu?
optional
contextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2689
Inherited from
React.ComponentPropsWithoutRef.contextMenu
dangerouslySetInnerHTML?
optional
dangerouslySetInnerHTML: {__html
:string
|TrustedHTML
; }
Defined in: node_modules/@types/react/index.d.ts:2159
__html
__html:
string
|TrustedHTML
Inherited from
React.ComponentPropsWithoutRef.dangerouslySetInnerHTML
datatype?
optional
datatype:string
Defined in: node_modules/@types/react/index.d.ts:2713
Inherited from
React.ComponentPropsWithoutRef.datatype
defaultChecked?
optional
defaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2678
Inherited from
React.ComponentPropsWithoutRef.defaultChecked
defaultValue?
optional
defaultValue:string
|number
| readonlystring
[]
Defined in: node_modules/@types/react/index.d.ts:2679
Inherited from
React.ComponentPropsWithoutRef.defaultValue
dir?
optional
dir:string
Defined in: node_modules/@types/react/index.d.ts:2690
Inherited from
React.ComponentPropsWithoutRef.dir
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:72
Disables the control.
Inherited from
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
React.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
React.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
React.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
React.ComponentPropsWithoutRef.disableTouchRipple
draggable?
optional
draggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2691
Inherited from
React.ComponentPropsWithoutRef.draggable
endIcon?
optional
endIcon:ReactNode
Defined in: node_modules/@mui/material/Button/Button.d.ts:45
Element placed after the children.
Inherited from
React.ComponentPropsWithoutRef.endIcon
enterKeyHint?
optional
enterKeyHint:"search"
|"done"
|"enter"
|"go"
|"next"
|"previous"
|"send"
Defined in: node_modules/@types/react/index.d.ts:2692
Inherited from
React.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
React.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
React.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
React.ComponentPropsWithoutRef.focusVisibleClassName
form?
optional
form:string
Defined in: node_modules/@types/react/index.d.ts:2945
Inherited from
React.ComponentPropsWithoutRef.form
formAction?
optional
formAction:string
| (formData
:FormData
) =>void
|Promise
<void
>
Defined in: node_modules/@types/react/index.d.ts:2946
Inherited from
React.ComponentPropsWithoutRef.formAction
formEncType?
optional
formEncType:string
Defined in: node_modules/@types/react/index.d.ts:2953
Inherited from
React.ComponentPropsWithoutRef.formEncType
formMethod?
optional
formMethod:string
Defined in: node_modules/@types/react/index.d.ts:2954
Inherited from
React.ComponentPropsWithoutRef.formMethod
formNoValidate?
optional
formNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:2955
Inherited from
React.ComponentPropsWithoutRef.formNoValidate
formTarget?
optional
formTarget:string
Defined in: node_modules/@types/react/index.d.ts:2956
Inherited from
React.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
React.ComponentPropsWithoutRef.fullWidth
hidden?
optional
hidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2693
Inherited from
React.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
React.ComponentPropsWithoutRef.href
id?
optional
id:string
Defined in: node_modules/@types/react/index.d.ts:2694
Inherited from
React.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
React.ComponentPropsWithoutRef.inert
inlist?
optional
inlist:any
Defined in: node_modules/@types/react/index.d.ts:2714
Inherited from
React.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
React.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
React.ComponentPropsWithoutRef.is
itemID?
optional
itemID:string
Defined in: node_modules/@types/react/index.d.ts:2730
Inherited from
React.ComponentPropsWithoutRef.itemID
itemProp?
optional
itemProp:string
Defined in: node_modules/@types/react/index.d.ts:2727
Inherited from
React.ComponentPropsWithoutRef.itemProp
itemRef?
optional
itemRef:string
Defined in: node_modules/@types/react/index.d.ts:2731
Inherited from
React.ComponentPropsWithoutRef.itemRef
itemScope?
optional
itemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2728
Inherited from
React.ComponentPropsWithoutRef.itemScope
itemType?
optional
itemType:string
Defined in: node_modules/@types/react/index.d.ts:2729
Inherited from
React.ComponentPropsWithoutRef.itemType
key?
optional
key:null
|Key
Defined in: node_modules/@types/react/index.d.ts:250
Inherited from
React.ComponentPropsWithoutRef.key
labels?
optional
labels: {shiftDown?
:ReactNode
;shiftUp?
:ReactNode
; }
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:329
Visible text for "shift up"/"shift down" elements.
shiftDown?
optional
shiftDown:ReactNode
shiftUp?
optional
shiftUp:ReactNode
Inherited from
lang?
optional
lang:string
Defined in: node_modules/@types/react/index.d.ts:2695
Inherited from
React.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
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
React.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
React.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
React.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
React.ComponentPropsWithoutRef.loadingPosition
muiComponents?
optional
muiComponents:RQBMaterialComponents
Defined in: packages/material/src/MaterialShiftActions.tsx:14
name?
optional
name:string
Defined in: node_modules/@types/react/index.d.ts:2957
Inherited from
React.ComponentPropsWithoutRef.name
nonce?
optional
nonce:string
Defined in: node_modules/@types/react/index.d.ts:2696
Inherited from
React.ComponentPropsWithoutRef.nonce
onAbort?
optional
onAbort:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2218
Inherited from
React.ComponentPropsWithoutRef.onAbort
onAbortCapture?
optional
onAbortCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2219
Inherited from
React.ComponentPropsWithoutRef.onAbortCapture
onAnimationEnd?
optional
onAnimationEnd:AnimationEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
React.ComponentPropsWithoutRef.onAnimationEnd
onAnimationEndCapture?
optional
onAnimationEndCapture:AnimationEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
React.ComponentPropsWithoutRef.onAnimationEndCapture
onAnimationIteration?
optional
onAnimationIteration:AnimationEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
React.ComponentPropsWithoutRef.onAnimationIteration
onAnimationIterationCapture?
optional
onAnimationIterationCapture:AnimationEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
React.ComponentPropsWithoutRef.onAnimationIterationCapture
onAnimationStart?
optional
onAnimationStart:AnimationEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
React.ComponentPropsWithoutRef.onAnimationStart
onAnimationStartCapture?
optional
onAnimationStartCapture:AnimationEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
React.ComponentPropsWithoutRef.onAnimationStartCapture
onAuxClick?
optional
onAuxClick:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
React.ComponentPropsWithoutRef.onAuxClick
onAuxClickCapture?
optional
onAuxClickCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
React.ComponentPropsWithoutRef.onAuxClickCapture
onBeforeInput?
optional
onBeforeInput:InputEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2190
Inherited from
React.ComponentPropsWithoutRef.onBeforeInput
onBeforeInputCapture?
optional
onBeforeInputCapture:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2191
Inherited from
React.ComponentPropsWithoutRef.onBeforeInputCapture
onBeforeToggle?
optional
onBeforeToggle:ToggleEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
React.ComponentPropsWithoutRef.onBeforeToggle
onBlur?
optional
onBlur:FocusEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2184
Inherited from
React.ComponentPropsWithoutRef.onBlur
onBlurCapture?
optional
onBlurCapture:FocusEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2185
Inherited from
React.ComponentPropsWithoutRef.onBlurCapture
onCanPlay?
optional
onCanPlay:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2220
Inherited from
React.ComponentPropsWithoutRef.onCanPlay
onCanPlayCapture?
optional
onCanPlayCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2221
Inherited from
React.ComponentPropsWithoutRef.onCanPlayCapture
onCanPlayThrough?
optional
onCanPlayThrough:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2222
Inherited from
React.ComponentPropsWithoutRef.onCanPlayThrough
onCanPlayThroughCapture?
optional
onCanPlayThroughCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2223
Inherited from
React.ComponentPropsWithoutRef.onCanPlayThroughCapture
onChange?
optional
onChange:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2188
Inherited from
React.ComponentPropsWithoutRef.onChange
onChangeCapture?
optional
onChangeCapture:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2189
Inherited from
React.ComponentPropsWithoutRef.onChangeCapture
onClick?
optional
onClick:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
React.ComponentPropsWithoutRef.onClick
onClickCapture?
optional
onClickCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
React.ComponentPropsWithoutRef.onClickCapture
onCompositionEnd?
optional
onCompositionEnd:CompositionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2174
Inherited from
React.ComponentPropsWithoutRef.onCompositionEnd
onCompositionEndCapture?
optional
onCompositionEndCapture:CompositionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2175
Inherited from
React.ComponentPropsWithoutRef.onCompositionEndCapture
onCompositionStart?
optional
onCompositionStart:CompositionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2176
Inherited from
React.ComponentPropsWithoutRef.onCompositionStart
onCompositionStartCapture?
optional
onCompositionStartCapture:CompositionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2177
Inherited from
React.ComponentPropsWithoutRef.onCompositionStartCapture
onCompositionUpdate?
optional
onCompositionUpdate:CompositionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2178
Inherited from
React.ComponentPropsWithoutRef.onCompositionUpdate
onCompositionUpdateCapture?
optional
onCompositionUpdateCapture:CompositionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2179
Inherited from
React.ComponentPropsWithoutRef.onCompositionUpdateCapture
onContextMenu?
optional
onContextMenu:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
React.ComponentPropsWithoutRef.onContextMenu
onContextMenuCapture?
optional
onContextMenuCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
React.ComponentPropsWithoutRef.onContextMenuCapture
onCopy?
optional
onCopy:ClipboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2166
Inherited from
React.ComponentPropsWithoutRef.onCopy
onCopyCapture?
optional
onCopyCapture:ClipboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2167
Inherited from
React.ComponentPropsWithoutRef.onCopyCapture
onCut?
optional
onCut:ClipboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2168
Inherited from
React.ComponentPropsWithoutRef.onCut
onCutCapture?
optional
onCutCapture:ClipboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2169
Inherited from
React.ComponentPropsWithoutRef.onCutCapture
onDoubleClick?
optional
onDoubleClick:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
React.ComponentPropsWithoutRef.onDoubleClick
onDoubleClickCapture?
optional
onDoubleClickCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
React.ComponentPropsWithoutRef.onDoubleClickCapture
onDrag?
optional
onDrag:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2272
Inherited from
React.ComponentPropsWithoutRef.onDrag
onDragCapture?
optional
onDragCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2273
Inherited from
React.ComponentPropsWithoutRef.onDragCapture
onDragEnd?
optional
onDragEnd:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
React.ComponentPropsWithoutRef.onDragEnd
onDragEndCapture?
optional
onDragEndCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
React.ComponentPropsWithoutRef.onDragEndCapture
onDragEnter?
optional
onDragEnter:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
React.ComponentPropsWithoutRef.onDragEnter
onDragEnterCapture?
optional
onDragEnterCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
React.ComponentPropsWithoutRef.onDragEnterCapture
onDragExit?
optional
onDragExit:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
React.ComponentPropsWithoutRef.onDragExit
onDragExitCapture?
optional
onDragExitCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
React.ComponentPropsWithoutRef.onDragExitCapture
onDragLeave?
optional
onDragLeave:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
React.ComponentPropsWithoutRef.onDragLeave
onDragLeaveCapture?
optional
onDragLeaveCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
React.ComponentPropsWithoutRef.onDragLeaveCapture
onDragOver?
optional
onDragOver:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2282
Inherited from
React.ComponentPropsWithoutRef.onDragOver
onDragOverCapture?
optional
onDragOverCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
React.ComponentPropsWithoutRef.onDragOverCapture
onDragStart?
optional
onDragStart:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
React.ComponentPropsWithoutRef.onDragStart
onDragStartCapture?
optional
onDragStartCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
React.ComponentPropsWithoutRef.onDragStartCapture
onDrop?
optional
onDrop:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
React.ComponentPropsWithoutRef.onDrop
onDropCapture?
optional
onDropCapture:DragEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
React.ComponentPropsWithoutRef.onDropCapture
onDurationChange?
optional
onDurationChange:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2224
Inherited from
React.ComponentPropsWithoutRef.onDurationChange
onDurationChangeCapture?
optional
onDurationChangeCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2225
Inherited from
React.ComponentPropsWithoutRef.onDurationChangeCapture
onEmptied?
optional
onEmptied:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2226
Inherited from
React.ComponentPropsWithoutRef.onEmptied
onEmptiedCapture?
optional
onEmptiedCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2227
Inherited from
React.ComponentPropsWithoutRef.onEmptiedCapture
onEncrypted?
optional
onEncrypted:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2228
Inherited from
React.ComponentPropsWithoutRef.onEncrypted
onEncryptedCapture?
optional
onEncryptedCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2229
Inherited from
React.ComponentPropsWithoutRef.onEncryptedCapture
onEnded?
optional
onEnded:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2230
Inherited from
React.ComponentPropsWithoutRef.onEnded
onEndedCapture?
optional
onEndedCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2231
Inherited from
React.ComponentPropsWithoutRef.onEndedCapture
onError?
optional
onError:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2204
Inherited from
React.ComponentPropsWithoutRef.onError
onErrorCapture?
optional
onErrorCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2205
Inherited from
React.ComponentPropsWithoutRef.onErrorCapture
onFocus?
optional
onFocus:FocusEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2182
Inherited from
React.ComponentPropsWithoutRef.onFocus
onFocusCapture?
optional
onFocusCapture:FocusEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2183
Inherited from
React.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
React.ComponentPropsWithoutRef.onFocusVisible
onGotPointerCapture?
optional
onGotPointerCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
React.ComponentPropsWithoutRef.onGotPointerCapture
onGotPointerCaptureCapture?
optional
onGotPointerCaptureCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
React.ComponentPropsWithoutRef.onGotPointerCaptureCapture
onInput?
optional
onInput:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2192
Inherited from
React.ComponentPropsWithoutRef.onInput
onInputCapture?
optional
onInputCapture:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2193
Inherited from
React.ComponentPropsWithoutRef.onInputCapture
onInvalid?
optional
onInvalid:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2198
Inherited from
React.ComponentPropsWithoutRef.onInvalid
onInvalidCapture?
optional
onInvalidCapture:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2199
Inherited from
React.ComponentPropsWithoutRef.onInvalidCapture
onKeyDown?
optional
onKeyDown:KeyboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2208
Inherited from
React.ComponentPropsWithoutRef.onKeyDown
onKeyDownCapture?
optional
onKeyDownCapture:KeyboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2209
Inherited from
React.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
React.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
React.ComponentPropsWithoutRef.onKeyPressCapture
onKeyUp?
optional
onKeyUp:KeyboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2214
Inherited from
React.ComponentPropsWithoutRef.onKeyUp
onKeyUpCapture?
optional
onKeyUpCapture:KeyboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2215
Inherited from
React.ComponentPropsWithoutRef.onKeyUpCapture
onLoad?
optional
onLoad:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2202
Inherited from
React.ComponentPropsWithoutRef.onLoad
onLoadCapture?
optional
onLoadCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2203
Inherited from
React.ComponentPropsWithoutRef.onLoadCapture
onLoadedData?
optional
onLoadedData:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2232
Inherited from
React.ComponentPropsWithoutRef.onLoadedData
onLoadedDataCapture?
optional
onLoadedDataCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2233
Inherited from
React.ComponentPropsWithoutRef.onLoadedDataCapture
onLoadedMetadata?
optional
onLoadedMetadata:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2234
Inherited from
React.ComponentPropsWithoutRef.onLoadedMetadata
onLoadedMetadataCapture?
optional
onLoadedMetadataCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2235
Inherited from
React.ComponentPropsWithoutRef.onLoadedMetadataCapture
onLoadStart?
optional
onLoadStart:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2236
Inherited from
React.ComponentPropsWithoutRef.onLoadStart
onLoadStartCapture?
optional
onLoadStartCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2237
Inherited from
React.ComponentPropsWithoutRef.onLoadStartCapture
onLostPointerCapture?
optional
onLostPointerCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
React.ComponentPropsWithoutRef.onLostPointerCapture
onLostPointerCaptureCapture?
optional
onLostPointerCaptureCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
React.ComponentPropsWithoutRef.onLostPointerCaptureCapture
onMouseDown?
optional
onMouseDown:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
React.ComponentPropsWithoutRef.onMouseDown
onMouseDownCapture?
optional
onMouseDownCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2289
Inherited from
React.ComponentPropsWithoutRef.onMouseDownCapture
onMouseEnter?
optional
onMouseEnter:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
React.ComponentPropsWithoutRef.onMouseEnter
onMouseLeave?
optional
onMouseLeave:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
React.ComponentPropsWithoutRef.onMouseLeave
onMouseMove?
optional
onMouseMove:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
React.ComponentPropsWithoutRef.onMouseMove
onMouseMoveCapture?
optional
onMouseMoveCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
React.ComponentPropsWithoutRef.onMouseMoveCapture
onMouseOut?
optional
onMouseOut:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
React.ComponentPropsWithoutRef.onMouseOut
onMouseOutCapture?
optional
onMouseOutCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
React.ComponentPropsWithoutRef.onMouseOutCapture
onMouseOver?
optional
onMouseOver:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
React.ComponentPropsWithoutRef.onMouseOver
onMouseOverCapture?
optional
onMouseOverCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
React.ComponentPropsWithoutRef.onMouseOverCapture
onMouseUp?
optional
onMouseUp:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
React.ComponentPropsWithoutRef.onMouseUp
onMouseUpCapture?
optional
onMouseUpCapture:MouseEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
React.ComponentPropsWithoutRef.onMouseUpCapture
onPaste?
optional
onPaste:ClipboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2170
Inherited from
React.ComponentPropsWithoutRef.onPaste
onPasteCapture?
optional
onPasteCapture:ClipboardEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2171
Inherited from
React.ComponentPropsWithoutRef.onPasteCapture
onPause?
optional
onPause:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
React.ComponentPropsWithoutRef.onPause
onPauseCapture?
optional
onPauseCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
React.ComponentPropsWithoutRef.onPauseCapture
onPlay?
optional
onPlay:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
React.ComponentPropsWithoutRef.onPlay
onPlayCapture?
optional
onPlayCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
React.ComponentPropsWithoutRef.onPlayCapture
onPlaying?
optional
onPlaying:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
React.ComponentPropsWithoutRef.onPlaying
onPlayingCapture?
optional
onPlayingCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
React.ComponentPropsWithoutRef.onPlayingCapture
onPointerCancel?
optional
onPointerCancel:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
React.ComponentPropsWithoutRef.onPointerCancel
onPointerCancelCapture?
optional
onPointerCancelCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
React.ComponentPropsWithoutRef.onPointerCancelCapture
onPointerDown?
optional
onPointerDown:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
React.ComponentPropsWithoutRef.onPointerDown
onPointerDownCapture?
optional
onPointerDownCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
React.ComponentPropsWithoutRef.onPointerDownCapture
onPointerEnter?
optional
onPointerEnter:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
React.ComponentPropsWithoutRef.onPointerEnter
onPointerLeave?
optional
onPointerLeave:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
React.ComponentPropsWithoutRef.onPointerLeave
onPointerMove?
optional
onPointerMove:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
React.ComponentPropsWithoutRef.onPointerMove
onPointerMoveCapture?
optional
onPointerMoveCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
React.ComponentPropsWithoutRef.onPointerMoveCapture
onPointerOut?
optional
onPointerOut:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
React.ComponentPropsWithoutRef.onPointerOut
onPointerOutCapture?
optional
onPointerOutCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
React.ComponentPropsWithoutRef.onPointerOutCapture
onPointerOver?
optional
onPointerOver:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
React.ComponentPropsWithoutRef.onPointerOver
onPointerOverCapture?
optional
onPointerOverCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
React.ComponentPropsWithoutRef.onPointerOverCapture
onPointerUp?
optional
onPointerUp:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
React.ComponentPropsWithoutRef.onPointerUp
onPointerUpCapture?
optional
onPointerUpCapture:PointerEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
React.ComponentPropsWithoutRef.onPointerUpCapture
onProgress?
optional
onProgress:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2244
Inherited from
React.ComponentPropsWithoutRef.onProgress
onProgressCapture?
optional
onProgressCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2245
Inherited from
React.ComponentPropsWithoutRef.onProgressCapture
onRateChange?
optional
onRateChange:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
React.ComponentPropsWithoutRef.onRateChange
onRateChangeCapture?
optional
onRateChangeCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
React.ComponentPropsWithoutRef.onRateChangeCapture
onReset?
optional
onReset:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2194
Inherited from
React.ComponentPropsWithoutRef.onReset
onResetCapture?
optional
onResetCapture:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2195
Inherited from
React.ComponentPropsWithoutRef.onResetCapture
onScroll?
optional
onScroll:UIEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
React.ComponentPropsWithoutRef.onScroll
onScrollCapture?
optional
onScrollCapture:UIEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
React.ComponentPropsWithoutRef.onScrollCapture
onScrollEnd?
optional
onScrollEnd:UIEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
React.ComponentPropsWithoutRef.onScrollEnd
onScrollEndCapture?
optional
onScrollEndCapture:UIEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
React.ComponentPropsWithoutRef.onScrollEndCapture
onSeeked?
optional
onSeeked:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
React.ComponentPropsWithoutRef.onSeeked
onSeekedCapture?
optional
onSeekedCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
React.ComponentPropsWithoutRef.onSeekedCapture
onSeeking?
optional
onSeeking:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
React.ComponentPropsWithoutRef.onSeeking
onSeekingCapture?
optional
onSeekingCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
React.ComponentPropsWithoutRef.onSeekingCapture
onSelect?
optional
onSelect:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
React.ComponentPropsWithoutRef.onSelect
onSelectCapture?
optional
onSelectCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
React.ComponentPropsWithoutRef.onSelectCapture
onStalled?
optional
onStalled:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2252
Inherited from
React.ComponentPropsWithoutRef.onStalled
onStalledCapture?
optional
onStalledCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2253
Inherited from
React.ComponentPropsWithoutRef.onStalledCapture
onSubmit?
optional
onSubmit:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2196
Inherited from
React.ComponentPropsWithoutRef.onSubmit
onSubmitCapture?
optional
onSubmitCapture:FormEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2197
Inherited from
React.ComponentPropsWithoutRef.onSubmitCapture
onSuspend?
optional
onSuspend:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
React.ComponentPropsWithoutRef.onSuspend
onSuspendCapture?
optional
onSuspendCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
React.ComponentPropsWithoutRef.onSuspendCapture
onTimeUpdate?
optional
onTimeUpdate:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
React.ComponentPropsWithoutRef.onTimeUpdate
onTimeUpdateCapture?
optional
onTimeUpdateCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
React.ComponentPropsWithoutRef.onTimeUpdateCapture
onToggle?
optional
onToggle:ToggleEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
React.ComponentPropsWithoutRef.onToggle
onTouchCancel?
optional
onTouchCancel:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
React.ComponentPropsWithoutRef.onTouchCancel
onTouchCancelCapture?
optional
onTouchCancelCapture:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
React.ComponentPropsWithoutRef.onTouchCancelCapture
onTouchEnd?
optional
onTouchEnd:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
React.ComponentPropsWithoutRef.onTouchEnd
onTouchEndCapture?
optional
onTouchEndCapture:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
React.ComponentPropsWithoutRef.onTouchEndCapture
onTouchMove?
optional
onTouchMove:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
React.ComponentPropsWithoutRef.onTouchMove
onTouchMoveCapture?
optional
onTouchMoveCapture:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
React.ComponentPropsWithoutRef.onTouchMoveCapture
onTouchStart?
optional
onTouchStart:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
React.ComponentPropsWithoutRef.onTouchStart
onTouchStartCapture?
optional
onTouchStartCapture:TouchEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
React.ComponentPropsWithoutRef.onTouchStartCapture
onTransitionCancel?
optional
onTransitionCancel:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
React.ComponentPropsWithoutRef.onTransitionCancel
onTransitionCancelCapture?
optional
onTransitionCancelCapture:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
React.ComponentPropsWithoutRef.onTransitionCancelCapture
onTransitionEnd?
optional
onTransitionEnd:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
React.ComponentPropsWithoutRef.onTransitionEnd
onTransitionEndCapture?
optional
onTransitionEndCapture:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
React.ComponentPropsWithoutRef.onTransitionEndCapture
onTransitionRun?
optional
onTransitionRun:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
React.ComponentPropsWithoutRef.onTransitionRun
onTransitionRunCapture?
optional
onTransitionRunCapture:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
React.ComponentPropsWithoutRef.onTransitionRunCapture
onTransitionStart?
optional
onTransitionStart:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
React.ComponentPropsWithoutRef.onTransitionStart
onTransitionStartCapture?
optional
onTransitionStartCapture:TransitionEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
React.ComponentPropsWithoutRef.onTransitionStartCapture
onVolumeChange?
optional
onVolumeChange:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2258
Inherited from
React.ComponentPropsWithoutRef.onVolumeChange
onVolumeChangeCapture?
optional
onVolumeChangeCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2259
Inherited from
React.ComponentPropsWithoutRef.onVolumeChangeCapture
onWaiting?
optional
onWaiting:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2260
Inherited from
React.ComponentPropsWithoutRef.onWaiting
onWaitingCapture?
optional
onWaitingCapture:ReactEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
React.ComponentPropsWithoutRef.onWaitingCapture
onWheel?
optional
onWheel:WheelEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
React.ComponentPropsWithoutRef.onWheel
onWheelCapture?
optional
onWheelCapture:WheelEventHandler
<HTMLButtonElement
>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
React.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
React.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
popover?
optional
popover:""
|"auto"
|"manual"
Defined in: node_modules/@types/react/index.d.ts:2737
Inherited from
React.ComponentPropsWithoutRef.popover
popoverTarget?
optional
popoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2739
Inherited from
React.ComponentPropsWithoutRef.popoverTarget
popoverTargetAction?
optional
popoverTargetAction:"toggle"
|"show"
|"hide"
Defined in: node_modules/@types/react/index.d.ts:2738
Inherited from
React.ComponentPropsWithoutRef.popoverTargetAction
prefix?
optional
prefix:string
Defined in: node_modules/@types/react/index.d.ts:2715
Inherited from
React.ComponentPropsWithoutRef.prefix
property?
optional
property:string
Defined in: node_modules/@types/react/index.d.ts:2716
Inherited from
React.ComponentPropsWithoutRef.property
radioGroup?
optional
radioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2705
Inherited from
React.ComponentPropsWithoutRef.radioGroup
rel?
optional
rel:string
Defined in: node_modules/@types/react/index.d.ts:2717
Inherited from
React.ComponentPropsWithoutRef.rel
resource?
optional
resource:string
Defined in: node_modules/@types/react/index.d.ts:2718
Inherited from
React.ComponentPropsWithoutRef.resource
results?
optional
results:number
Defined in: node_modules/@types/react/index.d.ts:2732
Inherited from
React.ComponentPropsWithoutRef.results
rev?
optional
rev:string
Defined in: node_modules/@types/react/index.d.ts:2719
Inherited from
React.ComponentPropsWithoutRef.rev
role?
optional
role:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2708
Inherited from
React.ComponentPropsWithoutRef.role
ruleOrGroup
ruleOrGroup:
RuleType
<string
,string
,any
,string
> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:338
The RuleType or RuleGroupType/RuleGroupTypeIC associated with this element.
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; 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
security?
optional
security:string
Defined in: node_modules/@types/react/index.d.ts:2733
Inherited from
React.ComponentPropsWithoutRef.security
shiftDown()?
optional
shiftDown: () =>void
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:346
Method to shift the rule/group down one place.
Returns
void
Inherited from
shiftDownDisabled?
optional
shiftDownDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:354
Whether shifting the rule/group down is disallowed.
Inherited from
ShiftActionsProps
.shiftDownDisabled
shiftUp()?
optional
shiftUp: () =>void
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:342
Method to shift the rule/group up one place.
Returns
void
Inherited from
shiftUpDisabled?
optional
shiftUpDisabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:350
Whether shifting the rule/group up is disallowed.
Inherited from
ShiftActionsProps
.shiftUpDisabled
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
React.ComponentPropsWithoutRef.size
slot?
optional
slot:string
Defined in: node_modules/@types/react/index.d.ts:2697
Inherited from
React.ComponentPropsWithoutRef.slot
spellCheck?
optional
spellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2698
Inherited from
React.ComponentPropsWithoutRef.spellCheck
startIcon?
optional
startIcon:ReactNode
Defined in: node_modules/@mui/material/Button/Button.d.ts:83
Element placed before the children.
Inherited from
React.ComponentPropsWithoutRef.startIcon
style?
optional
style:CSSProperties
Defined in: node_modules/@mui/material/OverridableComponent/index.d.ts:36
Inherited from
React.ComponentPropsWithoutRef.style
suppressContentEditableWarning?
optional
suppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2680
Inherited from
React.ComponentPropsWithoutRef.suppressContentEditableWarning
suppressHydrationWarning?
optional
suppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2681
Inherited from
React.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
React.ComponentPropsWithoutRef.sx
tabIndex?
optional
tabIndex:number
Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:77
Default
0
Inherited from
React.ComponentPropsWithoutRef.tabIndex
testID?
optional
testID:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:85
Test ID for this component.
Inherited from
title?
optional
title:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:68
The title/tooltip for this control.
Inherited from
titles?
optional
titles: {shiftDown?
:string
;shiftUp?
:string
; }
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:333
Tooltips for "shift up"/"shift down" elements.
shiftDown?
optional
shiftDown:string
shiftUp?
optional
shiftUp:string
Inherited from
TouchRippleProps?
optional
TouchRippleProps:Partial
<TouchRippleProps
>
Defined in: node_modules/@mui/material/ButtonBase/ButtonBase.d.ts:81
Props applied to the TouchRipple
element.
Inherited from
React.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
React.ComponentPropsWithoutRef.touchRippleRef
translate?
optional
translate:"yes"
|"no"
Defined in: node_modules/@types/react/index.d.ts:2702
Inherited from
React.ComponentPropsWithoutRef.translate
type?
optional
type:"button"
|"reset"
|"submit"
Defined in: node_modules/@types/react/index.d.ts:2958
Inherited from
React.ComponentPropsWithoutRef.type
typeof?
optional
typeof:string
Defined in: node_modules/@types/react/index.d.ts:2720
Inherited from
React.ComponentPropsWithoutRef.typeof
unselectable?
optional
unselectable:"off"
|"on"
Defined in: node_modules/@types/react/index.d.ts:2734
Inherited from
React.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
value?
optional
value:string
|number
| readonlystring
[]
Defined in: node_modules/@types/react/index.d.ts:2959
Inherited from
React.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
React.ComponentPropsWithoutRef.variant
vocab?
optional
vocab:string
Defined in: node_modules/@types/react/index.d.ts:2721
Inherited from
React.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.