MaterialDragHandleProps
Defined in: packages/material/src/MaterialDragHandle.tsx:13
Extends
DragHandleProps
.Omit
<ComponentPropsWithRef
<typeofDragIndicator
>,"path"
>
Properties
accentHeight?
optional
accentHeight:string
|number
Defined in: node_modules/@types/react/index.d.ts:3495
Inherited from
Omit.accentHeight
accumulate?
optional
accumulate:"none"
|"sum"
Defined in: node_modules/@types/react/index.d.ts:3496
Inherited from
Omit.accumulate
additive?
optional
additive:"replace"
|"sum"
Defined in: node_modules/@types/react/index.d.ts:3497
Inherited from
Omit.additive
alignmentBaseline?
optional
alignmentBaseline:"inherit"
|"auto"
|"alphabetic"
|"hanging"
|"ideographic"
|"mathematical"
|"baseline"
|"before-edge"
|"text-before-edge"
|"middle"
|"central"
|"after-edge"
|"text-after-edge"
Defined in: node_modules/@types/react/index.d.ts:3498
Inherited from
Omit.alignmentBaseline
allowReorder?
optional
allowReorder:"yes"
|"no"
Defined in: node_modules/@types/react/index.d.ts:3513
Inherited from
Omit.allowReorder
alphabetic?
optional
alphabetic:string
|number
Defined in: node_modules/@types/react/index.d.ts:3514
Inherited from
Omit.alphabetic
amplitude?
optional
amplitude:string
|number
Defined in: node_modules/@types/react/index.d.ts:3515
Inherited from
Omit.amplitude
arabicForm?
optional
arabicForm:"initial"
|"medial"
|"terminal"
|"isolated"
Defined in: node_modules/@types/react/index.d.ts:3516
Inherited from
Omit.arabicForm
aria-activedescendant?
optional
aria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2376
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Omit.aria-activedescendant
aria-atomic?
optional
aria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2378
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
Omit.aria-atomic
aria-autocomplete?
optional
aria-autocomplete:"none"
|"list"
|"inline"
|"both"
Defined in: node_modules/@types/react/index.d.ts:2383
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
Omit.aria-autocomplete
aria-braillelabel?
optional
aria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2389
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
Omit.aria-braillelabel
aria-brailleroledescription?
optional
aria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2394
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
Omit.aria-brailleroledescription
aria-busy?
optional
aria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
Omit.aria-busy
aria-checked?
optional
aria-checked:boolean
|"true"
|"false"
|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2400
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
Omit.aria-checked
aria-colcount?
optional
aria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2405
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
Omit.aria-colcount
aria-colindex?
optional
aria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2410
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
Omit.aria-colindex
aria-colindextext?
optional
aria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2415
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
Omit.aria-colindextext
aria-colspan?
optional
aria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2420
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
Omit.aria-colspan
aria-controls?
optional
aria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2425
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
Omit.aria-controls
aria-current?
optional
aria-current:boolean
|"date"
|"time"
|"true"
|"false"
|"page"
|"step"
|"location"
Defined in: node_modules/@types/react/index.d.ts:2427
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Omit.aria-current
aria-describedby?
optional
aria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2432
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
Omit.aria-describedby
aria-description?
optional
aria-description:string
Defined in: node_modules/@types/react/index.d.ts:2437
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
Omit.aria-description
aria-details?
optional
aria-details:string
Defined in: node_modules/@types/react/index.d.ts:2442
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
Omit.aria-details
aria-disabled?
optional
aria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2447
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
Omit.aria-disabled
aria-dropeffect?
optional
aria-dropeffect:"link"
|"move"
|"copy"
|"none"
|"execute"
|"popup"
Defined in: node_modules/@types/react/index.d.ts:2452
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-dropeffect
aria-errormessage?
optional
aria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2457
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
Omit.aria-errormessage
aria-expanded?
optional
aria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2459
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Omit.aria-expanded
aria-flowto?
optional
aria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2464
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
Omit.aria-flowto
aria-grabbed?
optional
aria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2469
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-grabbed
aria-haspopup?
optional
aria-haspopup:boolean
|"true"
|"false"
|"dialog"
|"menu"
|"grid"
|"listbox"
|"tree"
Defined in: node_modules/@types/react/index.d.ts:2471
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Omit.aria-haspopup
aria-hidden?
optional
aria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2476
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
Omit.aria-hidden
aria-invalid?
optional
aria-invalid:boolean
|"true"
|"false"
|"grammar"
|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2481
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
Omit.aria-invalid
aria-keyshortcuts?
optional
aria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2483
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Omit.aria-keyshortcuts
aria-label?
optional
aria-label:string
Defined in: node_modules/@types/react/index.d.ts:2488
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
Omit.aria-label
aria-labelledby?
optional
aria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2493
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
Omit.aria-labelledby
aria-level?
optional
aria-level:number
Defined in: node_modules/@types/react/index.d.ts:2495
Defines the hierarchical level of an element within a structure.
Inherited from
Omit.aria-level
aria-live?
optional
aria-live:"off"
|"assertive"
|"polite"
Defined in: node_modules/@types/react/index.d.ts:2497
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
Omit.aria-live
aria-modal?
optional
aria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2499
Indicates whether an element is modal when displayed.
Inherited from
Omit.aria-modal
aria-multiline?
optional
aria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2501
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Omit.aria-multiline
aria-multiselectable?
optional
aria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2503
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Omit.aria-multiselectable
aria-orientation?
optional
aria-orientation:"horizontal"
|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2505
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Omit.aria-orientation
aria-owns?
optional
aria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2511
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
Omit.aria-owns
aria-placeholder?
optional
aria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2516
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
Omit.aria-placeholder
aria-posinset?
optional
aria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2521
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
Omit.aria-posinset
aria-pressed?
optional
aria-pressed:boolean
|"true"
|"false"
|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2526
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
Omit.aria-pressed
aria-readonly?
optional
aria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2531
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
Omit.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:2536
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
Omit.aria-relevant
aria-required?
optional
aria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2549
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Omit.aria-required
aria-roledescription?
optional
aria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2551
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Omit.aria-roledescription
aria-rowcount?
optional
aria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2556
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
Omit.aria-rowcount
aria-rowindex?
optional
aria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2561
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
Omit.aria-rowindex
aria-rowindextext?
optional
aria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2566
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
Omit.aria-rowindextext
aria-rowspan?
optional
aria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2571
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
Omit.aria-rowspan
aria-selected?
optional
aria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2576
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
Omit.aria-selected
aria-setsize?
optional
aria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2581
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
Omit.aria-setsize
aria-sort?
optional
aria-sort:"none"
|"ascending"
|"descending"
|"other"
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Omit.aria-sort
aria-valuemax?
optional
aria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2585
Defines the maximum allowed value for a range widget.
Inherited from
Omit.aria-valuemax
aria-valuemin?
optional
aria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2587
Defines the minimum allowed value for a range widget.
Inherited from
Omit.aria-valuemin
aria-valuenow?
optional
aria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2592
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
Omit.aria-valuenow
aria-valuetext?
optional
aria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2594
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Omit.aria-valuetext
ascent?
optional
ascent:string
|number
Defined in: node_modules/@types/react/index.d.ts:3517
Inherited from
Omit.ascent
attributeName?
optional
attributeName:string
Defined in: node_modules/@types/react/index.d.ts:3518
Inherited from
Omit.attributeName
attributeType?
optional
attributeType:string
Defined in: node_modules/@types/react/index.d.ts:3519
Inherited from
Omit.attributeType
autoReverse?
optional
autoReverse:Booleanish
Defined in: node_modules/@types/react/index.d.ts:3520
Inherited from
Omit.autoReverse
azimuth?
optional
azimuth:string
|number
Defined in: node_modules/@types/react/index.d.ts:3521
Inherited from
Omit.azimuth
baseFrequency?
optional
baseFrequency:string
|number
Defined in: node_modules/@types/react/index.d.ts:3522
Inherited from
Omit.baseFrequency
baselineShift?
optional
baselineShift:string
|number
Defined in: node_modules/@types/react/index.d.ts:3523
Inherited from
Omit.baselineShift
baseProfile?
optional
baseProfile:string
|number
Defined in: node_modules/@types/react/index.d.ts:3524
Inherited from
Omit.baseProfile
bbox?
optional
bbox:string
|number
Defined in: node_modules/@types/react/index.d.ts:3525
Inherited from
Omit.bbox
begin?
optional
begin:string
|number
Defined in: node_modules/@types/react/index.d.ts:3526
Inherited from
Omit.begin
bias?
optional
bias:string
|number
Defined in: node_modules/@types/react/index.d.ts:3527
Inherited from
Omit.bias
by?
optional
by:string
|number
Defined in: node_modules/@types/react/index.d.ts:3528
Inherited from
Omit.by
calcMode?
optional
calcMode:string
|number
Defined in: node_modules/@types/react/index.d.ts:3529
Inherited from
Omit.calcMode
capHeight?
optional
capHeight:string
|number
Defined in: node_modules/@types/react/index.d.ts:3530
Inherited from
Omit.capHeight
children?
optional
children:ReactNode
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:13
Node passed into the SVG element.
Inherited from
Omit.children
classes?
optional
classes:Partial
<SvgIconClasses
> &Partial
<ClassNameMap
<never
>>
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:17
Override or extend the styles applied to the component.
Inherited from
Omit.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
clip?
optional
clip:string
|number
Defined in: node_modules/@types/react/index.d.ts:3531
Inherited from
Omit.clip
clipPath?
optional
clipPath:string
Defined in: node_modules/@types/react/index.d.ts:3532
Inherited from
Omit.clipPath
clipPathUnits?
optional
clipPathUnits:string
|number
Defined in: node_modules/@types/react/index.d.ts:3533
Inherited from
Omit.clipPathUnits
clipRule?
optional
clipRule:string
|number
Defined in: node_modules/@types/react/index.d.ts:3534
Inherited from
Omit.clipRule
color?
optional
color:OverridableStringUnion
<"disabled"
|"action"
|"secondary"
|"inherit"
|"primary"
|"success"
|"error"
|"info"
|"warning"
,SvgIconPropsColorOverrides
>
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:25
The color of the component.
It supports both default and custom theme colors, which can be added as shown in the
palette customization guide.
You can use the htmlColor
prop to apply a color attribute to the SVG element.
Default
'inherit'
Inherited from
Omit.color
colorInterpolation?
optional
colorInterpolation:string
|number
Defined in: node_modules/@types/react/index.d.ts:3535
Inherited from
Omit.colorInterpolation
colorInterpolationFilters?
optional
colorInterpolationFilters:"inherit"
|"auto"
|"sRGB"
|"linearRGB"
Defined in: node_modules/@types/react/index.d.ts:3536
Inherited from
Omit.colorInterpolationFilters
colorProfile?
optional
colorProfile:string
|number
Defined in: node_modules/@types/react/index.d.ts:3537
Inherited from
Omit.colorProfile
colorRendering?
optional
colorRendering:string
|number
Defined in: node_modules/@types/react/index.d.ts:3538
Inherited from
Omit.colorRendering
contentScriptType?
optional
contentScriptType:string
|number
Defined in: node_modules/@types/react/index.d.ts:3539
Inherited from
Omit.contentScriptType
contentStyleType?
optional
contentStyleType:string
|number
Defined in: node_modules/@types/react/index.d.ts:3540
Inherited from
Omit.contentStyleType
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
crossOrigin?
optional
crossOrigin:CrossOrigin
Defined in: node_modules/@types/react/index.d.ts:3492
Inherited from
Omit.crossOrigin
cursor?
optional
cursor:string
|number
Defined in: node_modules/@types/react/index.d.ts:3541
Inherited from
Omit.cursor
cx?
optional
cx:string
|number
Defined in: node_modules/@types/react/index.d.ts:3542
Inherited from
Omit.cx
cy?
optional
cy:string
|number
Defined in: node_modules/@types/react/index.d.ts:3543
Inherited from
Omit.cy
d?
optional
d:string
Defined in: node_modules/@types/react/index.d.ts:3544
Inherited from
Omit.d
dangerouslySetInnerHTML?
optional
dangerouslySetInnerHTML: {__html
:string
|TrustedHTML
; }
Defined in: node_modules/@types/react/index.d.ts:2153
__html
__html:
string
|TrustedHTML
Inherited from
Omit.dangerouslySetInnerHTML
decelerate?
optional
decelerate:string
|number
Defined in: node_modules/@types/react/index.d.ts:3545
Inherited from
Omit.decelerate
descent?
optional
descent:string
|number
Defined in: node_modules/@types/react/index.d.ts:3546
Inherited from
Omit.descent
diffuseConstant?
optional
diffuseConstant:string
|number
Defined in: node_modules/@types/react/index.d.ts:3547
Inherited from
Omit.diffuseConstant
direction?
optional
direction:string
|number
Defined in: node_modules/@types/react/index.d.ts:3548
Inherited from
Omit.direction
disabled?
optional
disabled:boolean
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:72
Disables the control.
Inherited from
display?
optional
display:string
|number
Defined in: node_modules/@types/react/index.d.ts:3549
Inherited from
Omit.display
divisor?
optional
divisor:string
|number
Defined in: node_modules/@types/react/index.d.ts:3550
Inherited from
Omit.divisor
dominantBaseline?
optional
dominantBaseline:string
|number
Defined in: node_modules/@types/react/index.d.ts:3551
Inherited from
Omit.dominantBaseline
dur?
optional
dur:string
|number
Defined in: node_modules/@types/react/index.d.ts:3552
Inherited from
Omit.dur
dx?
optional
dx:string
|number
Defined in: node_modules/@types/react/index.d.ts:3553
Inherited from
Omit.dx
dy?
optional
dy:string
|number
Defined in: node_modules/@types/react/index.d.ts:3554
Inherited from
Omit.dy
edgeMode?
optional
edgeMode:string
|number
Defined in: node_modules/@types/react/index.d.ts:3555
Inherited from
Omit.edgeMode
elevation?
optional
elevation:string
|number
Defined in: node_modules/@types/react/index.d.ts:3556
Inherited from
Omit.elevation
enableBackground?
optional
enableBackground:string
|number
Defined in: node_modules/@types/react/index.d.ts:3557
Inherited from
Omit.enableBackground
end?
optional
end:string
|number
Defined in: node_modules/@types/react/index.d.ts:3558
Inherited from
Omit.end
exponent?
optional
exponent:string
|number
Defined in: node_modules/@types/react/index.d.ts:3559
Inherited from
Omit.exponent
externalResourcesRequired?
optional
externalResourcesRequired:Booleanish
Defined in: node_modules/@types/react/index.d.ts:3560
Inherited from
Omit.externalResourcesRequired
fill?
optional
fill:string
Defined in: node_modules/@types/react/index.d.ts:3561
Inherited from
Omit.fill
fillOpacity?
optional
fillOpacity:string
|number
Defined in: node_modules/@types/react/index.d.ts:3562
Inherited from
Omit.fillOpacity
fillRule?
optional
fillRule:"inherit"
|"nonzero"
|"evenodd"
Defined in: node_modules/@types/react/index.d.ts:3563
Inherited from
Omit.fillRule
filter?
optional
filter:string
Defined in: node_modules/@types/react/index.d.ts:3564
Inherited from
Omit.filter
filterRes?
optional
filterRes:string
|number
Defined in: node_modules/@types/react/index.d.ts:3565
Inherited from
Omit.filterRes
filterUnits?
optional
filterUnits:string
|number
Defined in: node_modules/@types/react/index.d.ts:3566
Inherited from
Omit.filterUnits
floodColor?
optional
floodColor:string
|number
Defined in: node_modules/@types/react/index.d.ts:3567
Inherited from
Omit.floodColor
floodOpacity?
optional
floodOpacity:string
|number
Defined in: node_modules/@types/react/index.d.ts:3568
Inherited from
Omit.floodOpacity
focusable?
optional
focusable:Booleanish
|"auto"
Defined in: node_modules/@types/react/index.d.ts:3569
Inherited from
Omit.focusable
fontFamily?
optional
fontFamily:string
Defined in: node_modules/@types/react/index.d.ts:3570
Inherited from
Omit.fontFamily
fontSize?
optional
fontSize:OverridableStringUnion
<"small"
|"inherit"
|"medium"
|"large"
,SvgIconPropsSizeOverrides
>
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:30
The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
Default
'medium'
Inherited from
Omit.fontSize
fontSizeAdjust?
optional
fontSizeAdjust:string
|number
Defined in: node_modules/@types/react/index.d.ts:3572
Inherited from
Omit.fontSizeAdjust
fontStretch?
optional
fontStretch:string
|number
Defined in: node_modules/@types/react/index.d.ts:3573
Inherited from
Omit.fontStretch
fontStyle?
optional
fontStyle:string
|number
Defined in: node_modules/@types/react/index.d.ts:3574
Inherited from
Omit.fontStyle
fontVariant?
optional
fontVariant:string
|number
Defined in: node_modules/@types/react/index.d.ts:3575
Inherited from
Omit.fontVariant
fontWeight?
optional
fontWeight:string
|number
Defined in: node_modules/@types/react/index.d.ts:3576
Inherited from
Omit.fontWeight
format?
optional
format:string
|number
Defined in: node_modules/@types/react/index.d.ts:3577
Inherited from
Omit.format
fr?
optional
fr:string
|number
Defined in: node_modules/@types/react/index.d.ts:3578
Inherited from
Omit.fr
from?
optional
from:string
|number
Defined in: node_modules/@types/react/index.d.ts:3579
Inherited from
Omit.from
fx?
optional
fx:string
|number
Defined in: node_modules/@types/react/index.d.ts:3580
Inherited from
Omit.fx
fy?
optional
fy:string
|number
Defined in: node_modules/@types/react/index.d.ts:3581
Inherited from
Omit.fy
g1?
optional
g1:string
|number
Defined in: node_modules/@types/react/index.d.ts:3582
Inherited from
Omit.g1
g2?
optional
g2:string
|number
Defined in: node_modules/@types/react/index.d.ts:3583
Inherited from
Omit.g2
glyphName?
optional
glyphName:string
|number
Defined in: node_modules/@types/react/index.d.ts:3584
Inherited from
Omit.glyphName
glyphOrientationHorizontal?
optional
glyphOrientationHorizontal:string
|number
Defined in: node_modules/@types/react/index.d.ts:3585
Inherited from
Omit.glyphOrientationHorizontal
glyphOrientationVertical?
optional
glyphOrientationVertical:string
|number
Defined in: node_modules/@types/react/index.d.ts:3586
Inherited from
Omit.glyphOrientationVertical
glyphRef?
optional
glyphRef:string
|number
Defined in: node_modules/@types/react/index.d.ts:3587
Inherited from
Omit.glyphRef
gradientTransform?
optional
gradientTransform:string
Defined in: node_modules/@types/react/index.d.ts:3588
Inherited from
Omit.gradientTransform
gradientUnits?
optional
gradientUnits:string
Defined in: node_modules/@types/react/index.d.ts:3589
Inherited from
Omit.gradientUnits
hanging?
optional
hanging:string
|number
Defined in: node_modules/@types/react/index.d.ts:3590
Inherited from
Omit.hanging
height?
optional
height:string
|number
Defined in: node_modules/@types/react/index.d.ts:3476
Inherited from
Omit.height
horizAdvX?
optional
horizAdvX:string
|number
Defined in: node_modules/@types/react/index.d.ts:3591
Inherited from
Omit.horizAdvX
horizOriginX?
optional
horizOriginX:string
|number
Defined in: node_modules/@types/react/index.d.ts:3592
Inherited from
Omit.horizOriginX
href?
optional
href:string
Defined in: node_modules/@types/react/index.d.ts:3593
Inherited from
Omit.href
htmlColor?
optional
htmlColor:string
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:34
Applies a color attribute to the SVG element.
Inherited from
Omit.htmlColor
id?
optional
id:string
Defined in: node_modules/@types/react/index.d.ts:3477
Inherited from
Omit.id
ideographic?
optional
ideographic:string
|number
Defined in: node_modules/@types/react/index.d.ts:3594
Inherited from
Omit.ideographic
imageRendering?
optional
imageRendering:string
|number
Defined in: node_modules/@types/react/index.d.ts:3595
Inherited from
Omit.imageRendering
in?
optional
in:string
Defined in: node_modules/@types/react/index.d.ts:3597
Inherited from
Omit.in
in2?
optional
in2:string
|number
Defined in: node_modules/@types/react/index.d.ts:3596
Inherited from
Omit.in2
inheritViewBox?
optional
inheritViewBox:boolean
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:42
If true
, the root node will inherit the custom component
's viewBox and the viewBox
prop will be ignored.
Useful when you want to reference a custom component
and have SvgIcon
pass that
component
's viewBox to the root node.
Default
false
Inherited from
Omit.inheritViewBox
intercept?
optional
intercept:string
|number
Defined in: node_modules/@types/react/index.d.ts:3598
Inherited from
Omit.intercept
k?
optional
k:string
|number
Defined in: node_modules/@types/react/index.d.ts:3603
Inherited from
Omit.k
k1?
optional
k1:string
|number
Defined in: node_modules/@types/react/index.d.ts:3599
Inherited from
Omit.k1
k2?
optional
k2:string
|number
Defined in: node_modules/@types/react/index.d.ts:3600
Inherited from
Omit.k2
k3?
optional
k3:string
|number
Defined in: node_modules/@types/react/index.d.ts:3601
Inherited from
Omit.k3
k4?
optional
k4:string
|number
Defined in: node_modules/@types/react/index.d.ts:3602
Inherited from
Omit.k4
kernelMatrix?
optional
kernelMatrix:string
|number
Defined in: node_modules/@types/react/index.d.ts:3604
Inherited from
Omit.kernelMatrix
kernelUnitLength?
optional
kernelUnitLength:string
|number
Defined in: node_modules/@types/react/index.d.ts:3605
Inherited from
Omit.kernelUnitLength
kerning?
optional
kerning:string
|number
Defined in: node_modules/@types/react/index.d.ts:3606
Inherited from
Omit.kerning
key?
optional
key:null
|Key
Defined in: node_modules/@types/react/index.d.ts:249
Inherited from
Omit.key
keyPoints?
optional
keyPoints:string
|number
Defined in: node_modules/@types/react/index.d.ts:3607
Inherited from
Omit.keyPoints
keySplines?
optional
keySplines:string
|number
Defined in: node_modules/@types/react/index.d.ts:3608
Inherited from
Omit.keySplines
keyTimes?
optional
keyTimes:string
|number
Defined in: node_modules/@types/react/index.d.ts:3609
Inherited from
Omit.keyTimes
label?
optional
label:ReactNode
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:363
Inherited from
lang?
optional
lang:string
Defined in: node_modules/@types/react/index.d.ts:3478
Inherited from
Omit.lang
lengthAdjust?
optional
lengthAdjust:string
|number
Defined in: node_modules/@types/react/index.d.ts:3610
Inherited from
Omit.lengthAdjust
letterSpacing?
optional
letterSpacing:string
|number
Defined in: node_modules/@types/react/index.d.ts:3611
Inherited from
Omit.letterSpacing
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
lightingColor?
optional
lightingColor:string
|number
Defined in: node_modules/@types/react/index.d.ts:3612
Inherited from
Omit.lightingColor
limitingConeAngle?
optional
limitingConeAngle:string
|number
Defined in: node_modules/@types/react/index.d.ts:3613
Inherited from
Omit.limitingConeAngle
local?
optional
local:string
|number
Defined in: node_modules/@types/react/index.d.ts:3614
Inherited from
Omit.local
markerEnd?
optional
markerEnd:string
Defined in: node_modules/@types/react/index.d.ts:3615
Inherited from
Omit.markerEnd
markerHeight?
optional
markerHeight:string
|number
Defined in: node_modules/@types/react/index.d.ts:3616
Inherited from
Omit.markerHeight
markerMid?
optional
markerMid:string
Defined in: node_modules/@types/react/index.d.ts:3617
Inherited from
Omit.markerMid
markerStart?
optional
markerStart:string
Defined in: node_modules/@types/react/index.d.ts:3618
Inherited from
Omit.markerStart
markerUnits?
optional
markerUnits:string
|number
Defined in: node_modules/@types/react/index.d.ts:3619
Inherited from
Omit.markerUnits
markerWidth?
optional
markerWidth:string
|number
Defined in: node_modules/@types/react/index.d.ts:3620
Inherited from
Omit.markerWidth
mask?
optional
mask:string
Defined in: node_modules/@types/react/index.d.ts:3621
Inherited from
Omit.mask
maskContentUnits?
optional
maskContentUnits:string
|number
Defined in: node_modules/@types/react/index.d.ts:3622
Inherited from
Omit.maskContentUnits
maskUnits?
optional
maskUnits:string
|number
Defined in: node_modules/@types/react/index.d.ts:3623
Inherited from
Omit.maskUnits
mathematical?
optional
mathematical:string
|number
Defined in: node_modules/@types/react/index.d.ts:3624
Inherited from
Omit.mathematical
max?
optional
max:string
|number
Defined in: node_modules/@types/react/index.d.ts:3479
Inherited from
Omit.max
media?
optional
media:string
Defined in: node_modules/@types/react/index.d.ts:3480
Inherited from
Omit.media
method?
optional
method:string
Defined in: node_modules/@types/react/index.d.ts:3481
Inherited from
Omit.method
min?
optional
min:string
|number
Defined in: node_modules/@types/react/index.d.ts:3482
Inherited from
Omit.min
mode?
optional
mode:string
|number
Defined in: node_modules/@types/react/index.d.ts:3625
Inherited from
Omit.mode
muiComponents?
optional
muiComponents:RQBMaterialComponents
Defined in: packages/material/src/MaterialDragHandle.tsx:16
name?
optional
name:string
Defined in: node_modules/@types/react/index.d.ts:3483
Inherited from
Omit.name
numOctaves?
optional
numOctaves:string
|number
Defined in: node_modules/@types/react/index.d.ts:3626
Inherited from
Omit.numOctaves
offset?
optional
offset:string
|number
Defined in: node_modules/@types/react/index.d.ts:3627
Inherited from
Omit.offset
onAbort?
optional
onAbort:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2212
Inherited from
Omit.onAbort
onAbortCapture?
optional
onAbortCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2213
Inherited from
Omit.onAbortCapture
onAnimationEnd?
optional
onAnimationEnd:AnimationEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
Omit.onAnimationEnd
onAnimationEndCapture?
optional
onAnimationEndCapture:AnimationEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
Omit.onAnimationEndCapture
onAnimationIteration?
optional
onAnimationIteration:AnimationEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
Omit.onAnimationIteration
onAnimationIterationCapture?
optional
onAnimationIterationCapture:AnimationEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
Omit.onAnimationIterationCapture
onAnimationStart?
optional
onAnimationStart:AnimationEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
Omit.onAnimationStart
onAnimationStartCapture?
optional
onAnimationStartCapture:AnimationEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
Omit.onAnimationStartCapture
onAuxClick?
optional
onAuxClick:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2258
Inherited from
Omit.onAuxClick
onAuxClickCapture?
optional
onAuxClickCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2259
Inherited from
Omit.onAuxClickCapture
onBeforeInput?
optional
onBeforeInput:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2184
Inherited from
Omit.onBeforeInput
onBeforeInputCapture?
optional
onBeforeInputCapture:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2185
Inherited from
Omit.onBeforeInputCapture
onBeforeToggle?
optional
onBeforeToggle:ToggleEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
Omit.onBeforeToggle
onBlur?
optional
onBlur:FocusEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2178
Inherited from
Omit.onBlur
onBlurCapture?
optional
onBlurCapture:FocusEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2179
Inherited from
Omit.onBlurCapture
onCanPlay?
optional
onCanPlay:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2214
Inherited from
Omit.onCanPlay
onCanPlayCapture?
optional
onCanPlayCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2215
Inherited from
Omit.onCanPlayCapture
onCanPlayThrough?
optional
onCanPlayThrough:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2216
Inherited from
Omit.onCanPlayThrough
onCanPlayThroughCapture?
optional
onCanPlayThroughCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2217
Inherited from
Omit.onCanPlayThroughCapture
onChange?
optional
onChange:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2182
Inherited from
Omit.onChange
onChangeCapture?
optional
onChangeCapture:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2183
Inherited from
Omit.onChangeCapture
onClick?
optional
onClick:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2260
Inherited from
Omit.onClick
onClickCapture?
optional
onClickCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
Omit.onClickCapture
onCompositionEnd?
optional
onCompositionEnd:CompositionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2168
Inherited from
Omit.onCompositionEnd
onCompositionEndCapture?
optional
onCompositionEndCapture:CompositionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2169
Inherited from
Omit.onCompositionEndCapture
onCompositionStart?
optional
onCompositionStart:CompositionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2170
Inherited from
Omit.onCompositionStart
onCompositionStartCapture?
optional
onCompositionStartCapture:CompositionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2171
Inherited from
Omit.onCompositionStartCapture
onCompositionUpdate?
optional
onCompositionUpdate:CompositionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2172
Inherited from
Omit.onCompositionUpdate
onCompositionUpdateCapture?
optional
onCompositionUpdateCapture:CompositionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2173
Inherited from
Omit.onCompositionUpdateCapture
onContextMenu?
optional
onContextMenu:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
Omit.onContextMenu
onContextMenuCapture?
optional
onContextMenuCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
Omit.onContextMenuCapture
onCopy?
optional
onCopy:ClipboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2160
Inherited from
Omit.onCopy
onCopyCapture?
optional
onCopyCapture:ClipboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2161
Inherited from
Omit.onCopyCapture
onCut?
optional
onCut:ClipboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2162
Inherited from
Omit.onCut
onCutCapture?
optional
onCutCapture:ClipboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2163
Inherited from
Omit.onCutCapture
onDoubleClick?
optional
onDoubleClick:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
Omit.onDoubleClick
onDoubleClickCapture?
optional
onDoubleClickCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
Omit.onDoubleClickCapture
onDrag?
optional
onDrag:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
Omit.onDrag
onDragCapture?
optional
onDragCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
Omit.onDragCapture
onDragEnd?
optional
onDragEnd:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
Omit.onDragEnd
onDragEndCapture?
optional
onDragEndCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
Omit.onDragEndCapture
onDragEnter?
optional
onDragEnter:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
Omit.onDragEnter
onDragEnterCapture?
optional
onDragEnterCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
Omit.onDragEnterCapture
onDragExit?
optional
onDragExit:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2272
Inherited from
Omit.onDragExit
onDragExitCapture?
optional
onDragExitCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2273
Inherited from
Omit.onDragExitCapture
onDragLeave?
optional
onDragLeave:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
Omit.onDragLeave
onDragLeaveCapture?
optional
onDragLeaveCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
Omit.onDragLeaveCapture
onDragOver?
optional
onDragOver:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
Omit.onDragOver
onDragOverCapture?
optional
onDragOverCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
Omit.onDragOverCapture
onDragStart?
optional
onDragStart:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
Omit.onDragStart
onDragStartCapture?
optional
onDragStartCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
Omit.onDragStartCapture
onDrop?
optional
onDrop:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
Omit.onDrop
onDropCapture?
optional
onDropCapture:DragEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
Omit.onDropCapture
onDurationChange?
optional
onDurationChange:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2218
Inherited from
Omit.onDurationChange
onDurationChangeCapture?
optional
onDurationChangeCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2219
Inherited from
Omit.onDurationChangeCapture
onEmptied?
optional
onEmptied:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2220
Inherited from
Omit.onEmptied
onEmptiedCapture?
optional
onEmptiedCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2221
Inherited from
Omit.onEmptiedCapture
onEncrypted?
optional
onEncrypted:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2222
Inherited from
Omit.onEncrypted
onEncryptedCapture?
optional
onEncryptedCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2223
Inherited from
Omit.onEncryptedCapture
onEnded?
optional
onEnded:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2224
Inherited from
Omit.onEnded
onEndedCapture?
optional
onEndedCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2225
Inherited from
Omit.onEndedCapture
onError?
optional
onError:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2198
Inherited from
Omit.onError
onErrorCapture?
optional
onErrorCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2199
Inherited from
Omit.onErrorCapture
onFocus?
optional
onFocus:FocusEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2176
Inherited from
Omit.onFocus
onFocusCapture?
optional
onFocusCapture:FocusEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2177
Inherited from
Omit.onFocusCapture
onGotPointerCapture?
optional
onGotPointerCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
Omit.onGotPointerCapture
onGotPointerCaptureCapture?
optional
onGotPointerCaptureCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
Omit.onGotPointerCaptureCapture
onInput?
optional
onInput:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2186
Inherited from
Omit.onInput
onInputCapture?
optional
onInputCapture:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2187
Inherited from
Omit.onInputCapture
onInvalid?
optional
onInvalid:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2192
Inherited from
Omit.onInvalid
onInvalidCapture?
optional
onInvalidCapture:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2193
Inherited from
Omit.onInvalidCapture
onKeyDown?
optional
onKeyDown:KeyboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2202
Inherited from
Omit.onKeyDown
onKeyDownCapture?
optional
onKeyDownCapture:KeyboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2203
Inherited from
Omit.onKeyDownCapture
onKeyPress?
optional
onKeyPress:KeyboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2205
Deprecated
Use onKeyUp
or onKeyDown
instead
Inherited from
Omit.onKeyPress
onKeyPressCapture?
optional
onKeyPressCapture:KeyboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2207
Deprecated
Use onKeyUpCapture
or onKeyDownCapture
instead
Inherited from
Omit.onKeyPressCapture
onKeyUp?
optional
onKeyUp:KeyboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2208
Inherited from
Omit.onKeyUp
onKeyUpCapture?
optional
onKeyUpCapture:KeyboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2209
Inherited from
Omit.onKeyUpCapture
onLoad?
optional
onLoad:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2196
Inherited from
Omit.onLoad
onLoadCapture?
optional
onLoadCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2197
Inherited from
Omit.onLoadCapture
onLoadedData?
optional
onLoadedData:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2226
Inherited from
Omit.onLoadedData
onLoadedDataCapture?
optional
onLoadedDataCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2227
Inherited from
Omit.onLoadedDataCapture
onLoadedMetadata?
optional
onLoadedMetadata:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2228
Inherited from
Omit.onLoadedMetadata
onLoadedMetadataCapture?
optional
onLoadedMetadataCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2229
Inherited from
Omit.onLoadedMetadataCapture
onLoadStart?
optional
onLoadStart:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2230
Inherited from
Omit.onLoadStart
onLoadStartCapture?
optional
onLoadStartCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2231
Inherited from
Omit.onLoadStartCapture
onLostPointerCapture?
optional
onLostPointerCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
Omit.onLostPointerCapture
onLostPointerCaptureCapture?
optional
onLostPointerCaptureCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
Omit.onLostPointerCaptureCapture
onMouseDown?
optional
onMouseDown:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2282
Inherited from
Omit.onMouseDown
onMouseDownCapture?
optional
onMouseDownCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
Omit.onMouseDownCapture
onMouseEnter?
optional
onMouseEnter:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
Omit.onMouseEnter
onMouseLeave?
optional
onMouseLeave:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
Omit.onMouseLeave
onMouseMove?
optional
onMouseMove:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
Omit.onMouseMove
onMouseMoveCapture?
optional
onMouseMoveCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
Omit.onMouseMoveCapture
onMouseOut?
optional
onMouseOut:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
Omit.onMouseOut
onMouseOutCapture?
optional
onMouseOutCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2289
Inherited from
Omit.onMouseOutCapture
onMouseOver?
optional
onMouseOver:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
Omit.onMouseOver
onMouseOverCapture?
optional
onMouseOverCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
Omit.onMouseOverCapture
onMouseUp?
optional
onMouseUp:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
Omit.onMouseUp
onMouseUpCapture?
optional
onMouseUpCapture:MouseEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
Omit.onMouseUpCapture
onPaste?
optional
onPaste:ClipboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2164
Inherited from
Omit.onPaste
onPasteCapture?
optional
onPasteCapture:ClipboardEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2165
Inherited from
Omit.onPasteCapture
onPause?
optional
onPause:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2232
Inherited from
Omit.onPause
onPauseCapture?
optional
onPauseCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2233
Inherited from
Omit.onPauseCapture
onPlay?
optional
onPlay:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2234
Inherited from
Omit.onPlay
onPlayCapture?
optional
onPlayCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2235
Inherited from
Omit.onPlayCapture
onPlaying?
optional
onPlaying:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2236
Inherited from
Omit.onPlaying
onPlayingCapture?
optional
onPlayingCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2237
Inherited from
Omit.onPlayingCapture
onPointerCancel?
optional
onPointerCancel:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
Omit.onPointerCancel
onPointerCancelCapture?
optional
onPointerCancelCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
Omit.onPointerCancelCapture
onPointerDown?
optional
onPointerDown:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
Omit.onPointerDown
onPointerDownCapture?
optional
onPointerDownCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
Omit.onPointerDownCapture
onPointerEnter?
optional
onPointerEnter:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
Omit.onPointerEnter
onPointerLeave?
optional
onPointerLeave:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
Omit.onPointerLeave
onPointerMove?
optional
onPointerMove:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
Omit.onPointerMove
onPointerMoveCapture?
optional
onPointerMoveCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
Omit.onPointerMoveCapture
onPointerOut?
optional
onPointerOut:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
Omit.onPointerOut
onPointerOutCapture?
optional
onPointerOutCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
Omit.onPointerOutCapture
onPointerOver?
optional
onPointerOver:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
Omit.onPointerOver
onPointerOverCapture?
optional
onPointerOverCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
Omit.onPointerOverCapture
onPointerUp?
optional
onPointerUp:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
Omit.onPointerUp
onPointerUpCapture?
optional
onPointerUpCapture:PointerEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
Omit.onPointerUpCapture
onProgress?
optional
onProgress:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
Omit.onProgress
onProgressCapture?
optional
onProgressCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
Omit.onProgressCapture
onRateChange?
optional
onRateChange:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
Omit.onRateChange
onRateChangeCapture?
optional
onRateChangeCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
Omit.onRateChangeCapture
onReset?
optional
onReset:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2188
Inherited from
Omit.onReset
onResetCapture?
optional
onResetCapture:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2189
Inherited from
Omit.onResetCapture
onScroll?
optional
onScroll:UIEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
Omit.onScroll
onScrollCapture?
optional
onScrollCapture:UIEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
Omit.onScrollCapture
onScrollEnd?
optional
onScrollEnd:UIEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
Omit.onScrollEnd
onScrollEndCapture?
optional
onScrollEndCapture:UIEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
Omit.onScrollEndCapture
onSeeked?
optional
onSeeked:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
Omit.onSeeked
onSeekedCapture?
optional
onSeekedCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
Omit.onSeekedCapture
onSeeking?
optional
onSeeking:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2244
Inherited from
Omit.onSeeking
onSeekingCapture?
optional
onSeekingCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2245
Inherited from
Omit.onSeekingCapture
onSelect?
optional
onSelect:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
Omit.onSelect
onSelectCapture?
optional
onSelectCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
Omit.onSelectCapture
onStalled?
optional
onStalled:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
Omit.onStalled
onStalledCapture?
optional
onStalledCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
Omit.onStalledCapture
onSubmit?
optional
onSubmit:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2190
Inherited from
Omit.onSubmit
onSubmitCapture?
optional
onSubmitCapture:FormEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2191
Inherited from
Omit.onSubmitCapture
onSuspend?
optional
onSuspend:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
Omit.onSuspend
onSuspendCapture?
optional
onSuspendCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
Omit.onSuspendCapture
onTimeUpdate?
optional
onTimeUpdate:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
Omit.onTimeUpdate
onTimeUpdateCapture?
optional
onTimeUpdateCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
Omit.onTimeUpdateCapture
onToggle?
optional
onToggle:ToggleEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
Omit.onToggle
onTouchCancel?
optional
onTouchCancel:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
Omit.onTouchCancel
onTouchCancelCapture?
optional
onTouchCancelCapture:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
Omit.onTouchCancelCapture
onTouchEnd?
optional
onTouchEnd:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
Omit.onTouchEnd
onTouchEndCapture?
optional
onTouchEndCapture:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
Omit.onTouchEndCapture
onTouchMove?
optional
onTouchMove:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
Omit.onTouchMove
onTouchMoveCapture?
optional
onTouchMoveCapture:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
Omit.onTouchMoveCapture
onTouchStart?
optional
onTouchStart:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
Omit.onTouchStart
onTouchStartCapture?
optional
onTouchStartCapture:TouchEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
Omit.onTouchStartCapture
onTransitionCancel?
optional
onTransitionCancel:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
Omit.onTransitionCancel
onTransitionCancelCapture?
optional
onTransitionCancelCapture:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
Omit.onTransitionCancelCapture
onTransitionEnd?
optional
onTransitionEnd:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
Omit.onTransitionEnd
onTransitionEndCapture?
optional
onTransitionEndCapture:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
Omit.onTransitionEndCapture
onTransitionRun?
optional
onTransitionRun:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
Omit.onTransitionRun
onTransitionRunCapture?
optional
onTransitionRunCapture:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
Omit.onTransitionRunCapture
onTransitionStart?
optional
onTransitionStart:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
Omit.onTransitionStart
onTransitionStartCapture?
optional
onTransitionStartCapture:TransitionEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
Omit.onTransitionStartCapture
onVolumeChange?
optional
onVolumeChange:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2252
Inherited from
Omit.onVolumeChange
onVolumeChangeCapture?
optional
onVolumeChangeCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2253
Inherited from
Omit.onVolumeChangeCapture
onWaiting?
optional
onWaiting:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
Omit.onWaiting
onWaitingCapture?
optional
onWaitingCapture:ReactEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
Omit.onWaitingCapture
onWheel?
optional
onWheel:WheelEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
Omit.onWheel
onWheelCapture?
optional
onWheelCapture:WheelEventHandler
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
Omit.onWheelCapture
opacity?
optional
opacity:string
|number
Defined in: node_modules/@types/react/index.d.ts:3628
Inherited from
Omit.opacity
operator?
optional
operator:string
|number
Defined in: node_modules/@types/react/index.d.ts:3629
Inherited from
Omit.operator
order?
optional
order:string
|number
Defined in: node_modules/@types/react/index.d.ts:3630
Inherited from
Omit.order
orient?
optional
orient:string
|number
Defined in: node_modules/@types/react/index.d.ts:3631
Inherited from
Omit.orient
orientation?
optional
orientation:string
|number
Defined in: node_modules/@types/react/index.d.ts:3632
Inherited from
Omit.orientation
origin?
optional
origin:string
|number
Defined in: node_modules/@types/react/index.d.ts:3633
Inherited from
Omit.origin
overflow?
optional
overflow:string
|number
Defined in: node_modules/@types/react/index.d.ts:3634
Inherited from
Omit.overflow
overlinePosition?
optional
overlinePosition:string
|number
Defined in: node_modules/@types/react/index.d.ts:3635
Inherited from
Omit.overlinePosition
overlineThickness?
optional
overlineThickness:string
|number
Defined in: node_modules/@types/react/index.d.ts:3636
Inherited from
Omit.overlineThickness
paintOrder?
optional
paintOrder:string
|number
Defined in: node_modules/@types/react/index.d.ts:3637
Inherited from
Omit.paintOrder
panose1?
optional
panose1:string
|number
Defined in: node_modules/@types/react/index.d.ts:3638
Inherited from
Omit.panose1
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
pathLength?
optional
pathLength:string
|number
Defined in: node_modules/@types/react/index.d.ts:3640
Inherited from
Omit.pathLength
patternContentUnits?
optional
patternContentUnits:string
Defined in: node_modules/@types/react/index.d.ts:3641
Inherited from
Omit.patternContentUnits
patternTransform?
optional
patternTransform:string
|number
Defined in: node_modules/@types/react/index.d.ts:3642
Inherited from
Omit.patternTransform
patternUnits?
optional
patternUnits:string
Defined in: node_modules/@types/react/index.d.ts:3643
Inherited from
Omit.patternUnits
pointerEvents?
optional
pointerEvents:string
|number
Defined in: node_modules/@types/react/index.d.ts:3644
Inherited from
Omit.pointerEvents
points?
optional
points:string
Defined in: node_modules/@types/react/index.d.ts:3645
Inherited from
Omit.points
pointsAtX?
optional
pointsAtX:string
|number
Defined in: node_modules/@types/react/index.d.ts:3646
Inherited from
Omit.pointsAtX
pointsAtY?
optional
pointsAtY:string
|number
Defined in: node_modules/@types/react/index.d.ts:3647
Inherited from
Omit.pointsAtY
pointsAtZ?
optional
pointsAtZ:string
|number
Defined in: node_modules/@types/react/index.d.ts:3648
Inherited from
Omit.pointsAtZ
preserveAlpha?
optional
preserveAlpha:Booleanish
Defined in: node_modules/@types/react/index.d.ts:3649
Inherited from
Omit.preserveAlpha
preserveAspectRatio?
optional
preserveAspectRatio:string
Defined in: node_modules/@types/react/index.d.ts:3650
Inherited from
Omit.preserveAspectRatio
primitiveUnits?
optional
primitiveUnits:string
|number
Defined in: node_modules/@types/react/index.d.ts:3651
Inherited from
Omit.primitiveUnits
r?
optional
r:string
|number
Defined in: node_modules/@types/react/index.d.ts:3652
Inherited from
Omit.r
radius?
optional
radius:string
|number
Defined in: node_modules/@types/react/index.d.ts:3653
Inherited from
Omit.radius
ref?
optional
ref:Ref
<SVGSVGElement
>
Defined in: node_modules/@types/react/index.d.ts:291
Allows getting a ref to the component instance.
Once the component unmounts, React will set ref.current
to null
(or call the ref with null
if you passed a callback ref).
See
Inherited from
Omit.ref
refX?
optional
refX:string
|number
Defined in: node_modules/@types/react/index.d.ts:3654
Inherited from
Omit.refX
refY?
optional
refY:string
|number
Defined in: node_modules/@types/react/index.d.ts:3655
Inherited from
Omit.refY
renderingIntent?
optional
renderingIntent:string
|number
Defined in: node_modules/@types/react/index.d.ts:3656
Inherited from
Omit.renderingIntent
repeatCount?
optional
repeatCount:string
|number
Defined in: node_modules/@types/react/index.d.ts:3657
Inherited from
Omit.repeatCount
repeatDur?
optional
repeatDur:string
|number
Defined in: node_modules/@types/react/index.d.ts:3658
Inherited from
Omit.repeatDur
requiredExtensions?
optional
requiredExtensions:string
|number
Defined in: node_modules/@types/react/index.d.ts:3659
Inherited from
Omit.requiredExtensions
requiredFeatures?
optional
requiredFeatures:string
|number
Defined in: node_modules/@types/react/index.d.ts:3660
Inherited from
Omit.requiredFeatures
restart?
optional
restart:string
|number
Defined in: node_modules/@types/react/index.d.ts:3661
Inherited from
Omit.restart
result?
optional
result:string
Defined in: node_modules/@types/react/index.d.ts:3662
Inherited from
Omit.result
role?
optional
role:AriaRole
Defined in: node_modules/@types/react/index.d.ts:3490
Inherited from
Omit.role
rotate?
optional
rotate:string
|number
Defined in: node_modules/@types/react/index.d.ts:3663
Inherited from
Omit.rotate
ruleOrGroup
ruleOrGroup:
RuleType
<string
,string
,any
,string
> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:364
Inherited from
rx?
optional
rx:string
|number
Defined in: node_modules/@types/react/index.d.ts:3664
Inherited from
Omit.rx
ry?
optional
ry:string
|number
Defined in: node_modules/@types/react/index.d.ts:3665
Inherited from
Omit.ry
scale?
optional
scale:string
|number
Defined in: node_modules/@types/react/index.d.ts:3666
Inherited from
Omit.scale
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
seed?
optional
seed:string
|number
Defined in: node_modules/@types/react/index.d.ts:3667
Inherited from
Omit.seed
shapeRendering?
optional
shapeRendering:string
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:48
The shape-rendering attribute. The behavior of the different options is described on the MDN Web Docs. If you are having issues with blurry icons you should investigate this prop.
Inherited from
Omit.shapeRendering
slope?
optional
slope:string
|number
Defined in: node_modules/@types/react/index.d.ts:3669
Inherited from
Omit.slope
spacing?
optional
spacing:string
|number
Defined in: node_modules/@types/react/index.d.ts:3670
Inherited from
Omit.spacing
specularConstant?
optional
specularConstant:string
|number
Defined in: node_modules/@types/react/index.d.ts:3671
Inherited from
Omit.specularConstant
specularExponent?
optional
specularExponent:string
|number
Defined in: node_modules/@types/react/index.d.ts:3672
Inherited from
Omit.specularExponent
speed?
optional
speed:string
|number
Defined in: node_modules/@types/react/index.d.ts:3673
Inherited from
Omit.speed
spreadMethod?
optional
spreadMethod:string
Defined in: node_modules/@types/react/index.d.ts:3674
Inherited from
Omit.spreadMethod
startOffset?
optional
startOffset:string
|number
Defined in: node_modules/@types/react/index.d.ts:3675
Inherited from
Omit.startOffset
stdDeviation?
optional
stdDeviation:string
|number
Defined in: node_modules/@types/react/index.d.ts:3676
Inherited from
Omit.stdDeviation
stemh?
optional
stemh:string
|number
Defined in: node_modules/@types/react/index.d.ts:3677
Inherited from
Omit.stemh
stemv?
optional
stemv:string
|number
Defined in: node_modules/@types/react/index.d.ts:3678
Inherited from
Omit.stemv
stitchTiles?
optional
stitchTiles:string
|number
Defined in: node_modules/@types/react/index.d.ts:3679
Inherited from
Omit.stitchTiles
stopColor?
optional
stopColor:string
Defined in: node_modules/@types/react/index.d.ts:3680
Inherited from
Omit.stopColor
stopOpacity?
optional
stopOpacity:string
|number
Defined in: node_modules/@types/react/index.d.ts:3681
Inherited from
Omit.stopOpacity
strikethroughPosition?
optional
strikethroughPosition:string
|number
Defined in: node_modules/@types/react/index.d.ts:3682
Inherited from
Omit.strikethroughPosition
strikethroughThickness?
optional
strikethroughThickness:string
|number
Defined in: node_modules/@types/react/index.d.ts:3683
Inherited from
Omit.strikethroughThickness
string?
optional
string:string
|number
Defined in: node_modules/@types/react/index.d.ts:3684
Inherited from
Omit.string
stroke?
optional
stroke:string
Defined in: node_modules/@types/react/index.d.ts:3685
Inherited from
Omit.stroke
strokeDasharray?
optional
strokeDasharray:string
|number
Defined in: node_modules/@types/react/index.d.ts:3686
Inherited from
Omit.strokeDasharray
strokeDashoffset?
optional
strokeDashoffset:string
|number
Defined in: node_modules/@types/react/index.d.ts:3687
Inherited from
Omit.strokeDashoffset
strokeLinecap?
optional
strokeLinecap:"round"
|"inherit"
|"butt"
|"square"
Defined in: node_modules/@types/react/index.d.ts:3688
Inherited from
Omit.strokeLinecap
strokeLinejoin?
optional
strokeLinejoin:"round"
|"inherit"
|"miter"
|"bevel"
Defined in: node_modules/@types/react/index.d.ts:3689
Inherited from
Omit.strokeLinejoin
strokeMiterlimit?
optional
strokeMiterlimit:string
|number
Defined in: node_modules/@types/react/index.d.ts:3690
Inherited from
Omit.strokeMiterlimit
strokeOpacity?
optional
strokeOpacity:string
|number
Defined in: node_modules/@types/react/index.d.ts:3691
Inherited from
Omit.strokeOpacity
strokeWidth?
optional
strokeWidth:string
|number
Defined in: node_modules/@types/react/index.d.ts:3692
Inherited from
Omit.strokeWidth
style?
optional
style:CSSProperties
Defined in: node_modules/@mui/material/OverridableComponent/index.d.ts:36
Inherited from
Omit.style
suppressHydrationWarning?
optional
suppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:3470
Inherited from
Omit.suppressHydrationWarning
surfaceScale?
optional
surfaceScale:string
|number
Defined in: node_modules/@types/react/index.d.ts:3693
Inherited from
Omit.surfaceScale
sx?
optional
sx:SxProps
<Theme
>
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:52
The system prop that allows defining system overrides as well as additional CSS styles.
Inherited from
Omit.sx
systemLanguage?
optional
systemLanguage:string
|number
Defined in: node_modules/@types/react/index.d.ts:3694
Inherited from
Omit.systemLanguage
tabIndex?
optional
tabIndex:number
Defined in: node_modules/@types/react/index.d.ts:3491
Inherited from
Omit.tabIndex
tableValues?
optional
tableValues:string
|number
Defined in: node_modules/@types/react/index.d.ts:3695
Inherited from
Omit.tableValues
target?
optional
target:string
Defined in: node_modules/@types/react/index.d.ts:3485
Inherited from
Omit.target
targetX?
optional
targetX:string
|number
Defined in: node_modules/@types/react/index.d.ts:3696
Inherited from
Omit.targetX
targetY?
optional
targetY:string
|number
Defined in: node_modules/@types/react/index.d.ts:3697
Inherited from
Omit.targetY
testID?
optional
testID:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:85
Test ID for this component.
Inherited from
textAnchor?
optional
textAnchor:string
Defined in: node_modules/@types/react/index.d.ts:3698
Inherited from
Omit.textAnchor
textDecoration?
optional
textDecoration:string
|number
Defined in: node_modules/@types/react/index.d.ts:3699
Inherited from
Omit.textDecoration
textLength?
optional
textLength:string
|number
Defined in: node_modules/@types/react/index.d.ts:3700
Inherited from
Omit.textLength
textRendering?
optional
textRendering:string
|number
Defined in: node_modules/@types/react/index.d.ts:3701
Inherited from
Omit.textRendering
title?
optional
title:string
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:68
The title/tooltip for this control.
Inherited from
titleAccess?
optional
titleAccess:string
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:57
Provides a human-readable title for the element that contains it. https://www.w3.org/TR/SVG-access/#Equivalent
Inherited from
Omit.titleAccess
to?
optional
to:string
|number
Defined in: node_modules/@types/react/index.d.ts:3702
Inherited from
Omit.to
transform?
optional
transform:string
Defined in: node_modules/@types/react/index.d.ts:3703
Inherited from
Omit.transform
type?
optional
type:string
Defined in: node_modules/@types/react/index.d.ts:3486
Inherited from
Omit.type
u1?
optional
u1:string
|number
Defined in: node_modules/@types/react/index.d.ts:3704
Inherited from
Omit.u1
u2?
optional
u2:string
|number
Defined in: node_modules/@types/react/index.d.ts:3705
Inherited from
Omit.u2
underlinePosition?
optional
underlinePosition:string
|number
Defined in: node_modules/@types/react/index.d.ts:3706
Inherited from
Omit.underlinePosition
underlineThickness?
optional
underlineThickness:string
|number
Defined in: node_modules/@types/react/index.d.ts:3707
Inherited from
Omit.underlineThickness
unicode?
optional
unicode:string
|number
Defined in: node_modules/@types/react/index.d.ts:3708
Inherited from
Omit.unicode
unicodeBidi?
optional
unicodeBidi:string
|number
Defined in: node_modules/@types/react/index.d.ts:3709
Inherited from
Omit.unicodeBidi
unicodeRange?
optional
unicodeRange:string
|number
Defined in: node_modules/@types/react/index.d.ts:3710
Inherited from
Omit.unicodeRange
unitsPerEm?
optional
unitsPerEm:string
|number
Defined in: node_modules/@types/react/index.d.ts:3711
Inherited from
Omit.unitsPerEm
validation?
optional
validation:boolean
|ValidationResult
Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:81
Validation result of the parent rule/group.
Inherited from
vAlphabetic?
optional
vAlphabetic:string
|number
Defined in: node_modules/@types/react/index.d.ts:3712
Inherited from
Omit.vAlphabetic
values?
optional
values:string
Defined in: node_modules/@types/react/index.d.ts:3713
Inherited from
Omit.values
vectorEffect?
optional
vectorEffect:string
|number
Defined in: node_modules/@types/react/index.d.ts:3714
Inherited from
Omit.vectorEffect
version?
optional
version:string
Defined in: node_modules/@types/react/index.d.ts:3715
Inherited from
Omit.version
vertAdvY?
optional
vertAdvY:string
|number
Defined in: node_modules/@types/react/index.d.ts:3716
Inherited from
Omit.vertAdvY
vertOriginX?
optional
vertOriginX:string
|number
Defined in: node_modules/@types/react/index.d.ts:3717
Inherited from
Omit.vertOriginX
vertOriginY?
optional
vertOriginY:string
|number
Defined in: node_modules/@types/react/index.d.ts:3718
Inherited from
Omit.vertOriginY
vHanging?
optional
vHanging:string
|number
Defined in: node_modules/@types/react/index.d.ts:3719
Inherited from
Omit.vHanging
vIdeographic?
optional
vIdeographic:string
|number
Defined in: node_modules/@types/react/index.d.ts:3720
Inherited from
Omit.vIdeographic
viewBox?
optional
viewBox:string
Defined in: node_modules/@mui/material/SvgIcon/SvgIcon.d.ts:66
Allows you to redefine what the coordinates without units mean inside an SVG element. For example, if the SVG element is 500 (width) by 200 (height), and you pass viewBox="0 0 50 20", this means that the coordinates inside the SVG will go from the top left corner (0,0) to bottom right (50,20) and each unit will be worth 10px.
Default
'0 0 24 24'
Inherited from
Omit.viewBox
viewTarget?
optional
viewTarget:string
|number
Defined in: node_modules/@types/react/index.d.ts:3722
Inherited from
Omit.viewTarget
visibility?
optional
visibility:string
|number
Defined in: node_modules/@types/react/index.d.ts:3723
Inherited from
Omit.visibility
vMathematical?
optional
vMathematical:string
|number
Defined in: node_modules/@types/react/index.d.ts:3724
Inherited from
Omit.vMathematical
width?
optional
width:string
|number
Defined in: node_modules/@types/react/index.d.ts:3487
Inherited from
Omit.width
widths?
optional
widths:string
|number
Defined in: node_modules/@types/react/index.d.ts:3725
Inherited from
Omit.widths
wordSpacing?
optional
wordSpacing:string
|number
Defined in: node_modules/@types/react/index.d.ts:3726
Inherited from
Omit.wordSpacing
writingMode?
optional
writingMode:string
|number
Defined in: node_modules/@types/react/index.d.ts:3727
Inherited from
Omit.writingMode
x?
optional
x:string
|number
Defined in: node_modules/@types/react/index.d.ts:3730
Inherited from
Omit.x
x1?
optional
x1:string
|number
Defined in: node_modules/@types/react/index.d.ts:3728
Inherited from
Omit.x1
x2?
optional
x2:string
|number
Defined in: node_modules/@types/react/index.d.ts:3729
Inherited from
Omit.x2
xChannelSelector?
optional
xChannelSelector:string
Defined in: node_modules/@types/react/index.d.ts:3731
Inherited from
Omit.xChannelSelector
xHeight?
optional
xHeight:string
|number
Defined in: node_modules/@types/react/index.d.ts:3732
Inherited from
Omit.xHeight
xlinkActuate?
optional
xlinkActuate:string
Defined in: node_modules/@types/react/index.d.ts:3733
Inherited from
Omit.xlinkActuate
xlinkArcrole?
optional
xlinkArcrole:string
Defined in: node_modules/@types/react/index.d.ts:3734
Inherited from
Omit.xlinkArcrole
xlinkHref?
optional
xlinkHref:string
Defined in: node_modules/@types/react/index.d.ts:3735
Inherited from
Omit.xlinkHref
xlinkRole?
optional
xlinkRole:string
Defined in: node_modules/@types/react/index.d.ts:3736
Inherited from
Omit.xlinkRole
xlinkShow?
optional
xlinkShow:string
Defined in: node_modules/@types/react/index.d.ts:3737
Inherited from
Omit.xlinkShow
xlinkTitle?
optional
xlinkTitle:string
Defined in: node_modules/@types/react/index.d.ts:3738
Inherited from
Omit.xlinkTitle
xlinkType?
optional
xlinkType:string
Defined in: node_modules/@types/react/index.d.ts:3739
Inherited from
Omit.xlinkType
xmlBase?
optional
xmlBase:string
Defined in: node_modules/@types/react/index.d.ts:3740
Inherited from
Omit.xmlBase
xmlLang?
optional
xmlLang:string
Defined in: node_modules/@types/react/index.d.ts:3741
Inherited from
Omit.xmlLang
xmlns?
optional
xmlns:string
Defined in: node_modules/@types/react/index.d.ts:3742
Inherited from
Omit.xmlns
xmlnsXlink?
optional
xmlnsXlink:string
Defined in: node_modules/@types/react/index.d.ts:3743
Inherited from
Omit.xmlnsXlink
xmlSpace?
optional
xmlSpace:string
Defined in: node_modules/@types/react/index.d.ts:3744
Inherited from
Omit.xmlSpace
y?
optional
y:string
|number
Defined in: node_modules/@types/react/index.d.ts:3747
Inherited from
Omit.y
y1?
optional
y1:string
|number
Defined in: node_modules/@types/react/index.d.ts:3745
Inherited from
Omit.y1
y2?
optional
y2:string
|number
Defined in: node_modules/@types/react/index.d.ts:3746
Inherited from
Omit.y2
yChannelSelector?
optional
yChannelSelector:string
Defined in: node_modules/@types/react/index.d.ts:3748
Inherited from
Omit.yChannelSelector
z?
optional
z:string
|number
Defined in: node_modules/@types/react/index.d.ts:3749
Inherited from
Omit.z
zoomAndPan?
optional
zoomAndPan:string
Defined in: node_modules/@types/react/index.d.ts:3750
Inherited from
Omit.zoomAndPan
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.