MaterialDragHandleProps
Defined in: packages/material/src/MaterialDragHandle.tsx:13
Extends
DragHandleProps.Omit<ComponentPropsWithRef<typeofDragIndicator>,"path">.MuiAugmentation
Properties
accentHeight?
optionalaccentHeight:string|number
Defined in: node_modules/@types/react/index.d.ts:3578
Inherited from
Omit.accentHeight
accumulate?
optionalaccumulate:"none"|"sum"
Defined in: node_modules/@types/react/index.d.ts:3579
Inherited from
Omit.accumulate
additive?
optionaladditive:"replace"|"sum"
Defined in: node_modules/@types/react/index.d.ts:3580
Inherited from
Omit.additive
alignmentBaseline?
optionalalignmentBaseline:"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:3581
Inherited from
Omit.alignmentBaseline
allowReorder?
optionalallowReorder:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:3596
Inherited from
Omit.allowReorder
alphabetic?
optionalalphabetic:string|number
Defined in: node_modules/@types/react/index.d.ts:3597
Inherited from
Omit.alphabetic
amplitude?
optionalamplitude:string|number
Defined in: node_modules/@types/react/index.d.ts:3598
Inherited from
Omit.amplitude
arabicForm?
optionalarabicForm:"initial"|"medial"|"terminal"|"isolated"
Defined in: node_modules/@types/react/index.d.ts:3599
Inherited from
Omit.arabicForm
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2454
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Omit.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2456
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
Omit.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2461
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
Omit.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2467
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
Omit.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2472
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
Omit.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
Omit.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2478
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
Omit.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2483
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
Omit.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2488
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
Omit.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2493
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
Omit.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2498
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
Omit.aria-colspan
aria-controls?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2503
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
Omit.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"page"|"step"|"location"
Defined in: node_modules/@types/react/index.d.ts:2505
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Omit.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2510
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
Omit.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2515
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
Omit.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2520
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
Omit.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2525
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
Omit.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"move"|"copy"|"execute"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2530
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2535
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
Omit.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2537
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Omit.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2542
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
Omit.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2547
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"menu"|"grid"|"listbox"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2549
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Omit.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2554
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
Omit.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2559
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
Omit.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2561
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Omit.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2566
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
Omit.aria-label
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2571
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
Omit.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2573
Defines the hierarchical level of an element within a structure.
Inherited from
Omit.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2575
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
Omit.aria-live
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2577
Indicates whether an element is modal when displayed.
Inherited from
Omit.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2579
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Omit.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2581
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Omit.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Omit.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2589
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
Omit.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2594
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
Omit.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2599
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
Omit.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2604
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
Omit.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2609
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
Omit.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/@types/react/index.d.ts:2614
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
Omit.aria-relevant
aria-required?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2627
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Omit.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2629
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Omit.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2634
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
Omit.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2639
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
Omit.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2644
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
Omit.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2649
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
Omit.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2654
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
Omit.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2659
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
Omit.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2661
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Omit.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2663
Defines the maximum allowed value for a range widget.
Inherited from
Omit.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2665
Defines the minimum allowed value for a range widget.
Inherited from
Omit.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2670
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
Omit.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2672
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Omit.aria-valuetext
ascent?
optionalascent:string|number
Defined in: node_modules/@types/react/index.d.ts:3600
Inherited from
Omit.ascent
attributeName?
optionalattributeName:string
Defined in: node_modules/@types/react/index.d.ts:3601
Inherited from
Omit.attributeName
attributeType?
optionalattributeType:string
Defined in: node_modules/@types/react/index.d.ts:3602
Inherited from
Omit.attributeType
autoReverse?
optionalautoReverse:Booleanish
Defined in: node_modules/@types/react/index.d.ts:3603
Inherited from
Omit.autoReverse
azimuth?
optionalazimuth:string|number
Defined in: node_modules/@types/react/index.d.ts:3604
Inherited from
Omit.azimuth
baseFrequency?
optionalbaseFrequency:string|number
Defined in: node_modules/@types/react/index.d.ts:3605
Inherited from
Omit.baseFrequency
baselineShift?
optionalbaselineShift:string|number
Defined in: node_modules/@types/react/index.d.ts:3606
Inherited from
Omit.baselineShift
baseProfile?
optionalbaseProfile:string|number
Defined in: node_modules/@types/react/index.d.ts:3607
Inherited from
Omit.baseProfile
bbox?
optionalbbox:string|number
Defined in: node_modules/@types/react/index.d.ts:3608
Inherited from
Omit.bbox
begin?
optionalbegin:string|number
Defined in: node_modules/@types/react/index.d.ts:3609
Inherited from
Omit.begin
bias?
optionalbias:string|number
Defined in: node_modules/@types/react/index.d.ts:3610
Inherited from
Omit.bias
by?
optionalby:string|number
Defined in: node_modules/@types/react/index.d.ts:3611
Inherited from
Omit.by
calcMode?
optionalcalcMode:string|number
Defined in: node_modules/@types/react/index.d.ts:3612
Inherited from
Omit.calcMode
capHeight?
optionalcapHeight:string|number
Defined in: node_modules/@types/react/index.d.ts:3613
Inherited from
Omit.capHeight
children?
optionalchildren:ReactNode
Defined in: node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts:13
Node passed into the SVG element.
Inherited from
Omit.children
classes?
optionalclasses:Partial<SvgIconClasses> &Partial<ClassNameMap<never>>
Defined in: node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts:17
Override or extend the styles applied to the component.
Inherited from
Omit.classes
className?
optionalclassName:string
Defined in: packages/react-querybuilder/src/types/props.ts:74
CSS classNames to be applied.
This is string and not Classname because the Rule
and RuleGroup components run clsx() to produce the className
that gets passed to each subcomponent.
Inherited from
clip?
optionalclip:string|number
Defined in: node_modules/@types/react/index.d.ts:3614
Inherited from
Omit.clip
clipPath?
optionalclipPath:string
Defined in: node_modules/@types/react/index.d.ts:3615
Inherited from
Omit.clipPath
clipPathUnits?
optionalclipPathUnits:string|number
Defined in: node_modules/@types/react/index.d.ts:3616
Inherited from
Omit.clipPathUnits
clipRule?
optionalclipRule:string|number
Defined in: node_modules/@types/react/index.d.ts:3617
Inherited from
Omit.clipRule
color?
optionalcolor:OverridableStringUnion<"disabled"|"action"|"secondary"|"inherit"|"primary"|"success"|"error"|"info"|"warning",SvgIconPropsColorOverrides>
Defined in: node_modules/@mui/material/esm/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?
optionalcolorInterpolation:string|number
Defined in: node_modules/@types/react/index.d.ts:3618
Inherited from
Omit.colorInterpolation
colorInterpolationFilters?
optionalcolorInterpolationFilters:"inherit"|"auto"|"sRGB"|"linearRGB"
Defined in: node_modules/@types/react/index.d.ts:3619
Inherited from
Omit.colorInterpolationFilters
colorProfile?
optionalcolorProfile:string|number
Defined in: node_modules/@types/react/index.d.ts:3620
Inherited from
Omit.colorProfile
colorRendering?
optionalcolorRendering:string|number
Defined in: node_modules/@types/react/index.d.ts:3621
Inherited from
Omit.colorRendering
contentScriptType?
optionalcontentScriptType:string|number
Defined in: node_modules/@types/react/index.d.ts:3622
Inherited from
Omit.contentScriptType
contentStyleType?
optionalcontentStyleType:string|number
Defined in: node_modules/@types/react/index.d.ts:3623
Inherited from
Omit.contentStyleType
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:95
Container for custom props that are passed to all components.
Inherited from
crossOrigin?
optionalcrossOrigin:CrossOrigin
Defined in: node_modules/@types/react/index.d.ts:3575
Inherited from
Omit.crossOrigin
cursor?
optionalcursor:string|number
Defined in: node_modules/@types/react/index.d.ts:3624
Inherited from
Omit.cursor
cx?
optionalcx:string|number
Defined in: node_modules/@types/react/index.d.ts:3625
Inherited from
Omit.cx
cy?
optionalcy:string|number
Defined in: node_modules/@types/react/index.d.ts:3626
Inherited from
Omit.cy
d?
optionald:string
Defined in: node_modules/@types/react/index.d.ts:3627
Inherited from
Omit.d
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2231
__html
__html:
string|TrustedHTML
Inherited from
Omit.dangerouslySetInnerHTML
decelerate?
optionaldecelerate:string|number
Defined in: node_modules/@types/react/index.d.ts:3628
Inherited from
Omit.decelerate
descent?
optionaldescent:string|number
Defined in: node_modules/@types/react/index.d.ts:3629
Inherited from
Omit.descent
diffuseConstant?
optionaldiffuseConstant:string|number
Defined in: node_modules/@types/react/index.d.ts:3630
Inherited from
Omit.diffuseConstant
direction?
optionaldirection:string|number
Defined in: node_modules/@types/react/index.d.ts:3631
Inherited from
Omit.direction
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
display?
optionaldisplay:string|number
Defined in: node_modules/@types/react/index.d.ts:3632
Inherited from
Omit.display
divisor?
optionaldivisor:string|number
Defined in: node_modules/@types/react/index.d.ts:3633
Inherited from
Omit.divisor
dominantBaseline?
optionaldominantBaseline:"inherit"|"auto"|"alphabetic"|"hanging"|"ideographic"|"mathematical"|"text-before-edge"|"middle"|"central"|"text-after-edge"|"use-script"|"no-change"|"reset-size"
Defined in: node_modules/@types/react/index.d.ts:3634
Inherited from
Omit.dominantBaseline
dur?
optionaldur:string|number
Defined in: node_modules/@types/react/index.d.ts:3649
Inherited from
Omit.dur
dx?
optionaldx:string|number
Defined in: node_modules/@types/react/index.d.ts:3650
Inherited from
Omit.dx
dy?
optionaldy:string|number
Defined in: node_modules/@types/react/index.d.ts:3651
Inherited from
Omit.dy
edgeMode?
optionaledgeMode:string|number
Defined in: node_modules/@types/react/index.d.ts:3652
Inherited from
Omit.edgeMode
elevation?
optionalelevation:string|number
Defined in: node_modules/@types/react/index.d.ts:3653
Inherited from
Omit.elevation
enableBackground?
optionalenableBackground:string|number
Defined in: node_modules/@types/react/index.d.ts:3654
Inherited from
Omit.enableBackground
end?
optionalend:string|number
Defined in: node_modules/@types/react/index.d.ts:3655
Inherited from
Omit.end
exponent?
optionalexponent:string|number
Defined in: node_modules/@types/react/index.d.ts:3656
Inherited from
Omit.exponent
externalResourcesRequired?
optionalexternalResourcesRequired:Booleanish
Defined in: node_modules/@types/react/index.d.ts:3657
Inherited from
Omit.externalResourcesRequired
fill?
optionalfill:string
Defined in: node_modules/@types/react/index.d.ts:3658
Inherited from
Omit.fill
fillOpacity?
optionalfillOpacity:string|number
Defined in: node_modules/@types/react/index.d.ts:3659
Inherited from
Omit.fillOpacity
fillRule?
optionalfillRule:"inherit"|"nonzero"|"evenodd"
Defined in: node_modules/@types/react/index.d.ts:3660
Inherited from
Omit.fillRule
filter?
optionalfilter:string
Defined in: node_modules/@types/react/index.d.ts:3661
Inherited from
Omit.filter
filterRes?
optionalfilterRes:string|number
Defined in: node_modules/@types/react/index.d.ts:3662
Inherited from
Omit.filterRes
filterUnits?
optionalfilterUnits:string|number
Defined in: node_modules/@types/react/index.d.ts:3663
Inherited from
Omit.filterUnits
floodColor?
optionalfloodColor:string|number
Defined in: node_modules/@types/react/index.d.ts:3664
Inherited from
Omit.floodColor
floodOpacity?
optionalfloodOpacity:string|number
Defined in: node_modules/@types/react/index.d.ts:3665
Inherited from
Omit.floodOpacity
focusable?
optionalfocusable:Booleanish|"auto"
Defined in: node_modules/@types/react/index.d.ts:3666
Inherited from
Omit.focusable
fontFamily?
optionalfontFamily:string
Defined in: node_modules/@types/react/index.d.ts:3667
Inherited from
Omit.fontFamily
fontSize?
optionalfontSize:OverridableStringUnion<"small"|"inherit"|"medium"|"large",SvgIconPropsSizeOverrides>
Defined in: node_modules/@mui/material/esm/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?
optionalfontSizeAdjust:string|number
Defined in: node_modules/@types/react/index.d.ts:3669
Inherited from
Omit.fontSizeAdjust
fontStretch?
optionalfontStretch:string|number
Defined in: node_modules/@types/react/index.d.ts:3670
Inherited from
Omit.fontStretch
fontStyle?
optionalfontStyle:string|number
Defined in: node_modules/@types/react/index.d.ts:3671
Inherited from
Omit.fontStyle
fontVariant?
optionalfontVariant:string|number
Defined in: node_modules/@types/react/index.d.ts:3672
Inherited from
Omit.fontVariant
fontWeight?
optionalfontWeight:string|number
Defined in: node_modules/@types/react/index.d.ts:3673
Inherited from
Omit.fontWeight
format?
optionalformat:string|number
Defined in: node_modules/@types/react/index.d.ts:3674
Inherited from
Omit.format
fr?
optionalfr:string|number
Defined in: node_modules/@types/react/index.d.ts:3675
Inherited from
Omit.fr
from?
optionalfrom:string|number
Defined in: node_modules/@types/react/index.d.ts:3676
Inherited from
Omit.from
fx?
optionalfx:string|number
Defined in: node_modules/@types/react/index.d.ts:3677
Inherited from
Omit.fx
fy?
optionalfy:string|number
Defined in: node_modules/@types/react/index.d.ts:3678
Inherited from
Omit.fy
g1?
optionalg1:string|number
Defined in: node_modules/@types/react/index.d.ts:3679
Inherited from
Omit.g1
g2?
optionalg2:string|number
Defined in: node_modules/@types/react/index.d.ts:3680
Inherited from
Omit.g2
glyphName?
optionalglyphName:string|number
Defined in: node_modules/@types/react/index.d.ts:3681
Inherited from
Omit.glyphName
glyphOrientationHorizontal?
optionalglyphOrientationHorizontal:string|number
Defined in: node_modules/@types/react/index.d.ts:3682
Inherited from
Omit.glyphOrientationHorizontal
glyphOrientationVertical?
optionalglyphOrientationVertical:string|number
Defined in: node_modules/@types/react/index.d.ts:3683
Inherited from
Omit.glyphOrientationVertical
glyphRef?
optionalglyphRef:string|number
Defined in: node_modules/@types/react/index.d.ts:3684
Inherited from
Omit.glyphRef
gradientTransform?
optionalgradientTransform:string
Defined in: node_modules/@types/react/index.d.ts:3685
Inherited from
Omit.gradientTransform
gradientUnits?
optionalgradientUnits:string
Defined in: node_modules/@types/react/index.d.ts:3686
Inherited from
Omit.gradientUnits
hanging?
optionalhanging:string|number
Defined in: node_modules/@types/react/index.d.ts:3687
Inherited from
Omit.hanging
height?
optionalheight:string|number
Defined in: node_modules/@types/react/index.d.ts:3559
Inherited from
Omit.height
horizAdvX?
optionalhorizAdvX:string|number
Defined in: node_modules/@types/react/index.d.ts:3688
Inherited from
Omit.horizAdvX
horizOriginX?
optionalhorizOriginX:string|number
Defined in: node_modules/@types/react/index.d.ts:3689
Inherited from
Omit.horizOriginX
href?
optionalhref:string
Defined in: node_modules/@types/react/index.d.ts:3690
Inherited from
Omit.href
htmlColor?
optionalhtmlColor:string
Defined in: node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts:34
Applies a color attribute to the SVG element.
Inherited from
Omit.htmlColor
id?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:3560
Inherited from
Omit.id
ideographic?
optionalideographic:string|number
Defined in: node_modules/@types/react/index.d.ts:3691
Inherited from
Omit.ideographic
imageRendering?
optionalimageRendering:string|number
Defined in: node_modules/@types/react/index.d.ts:3692
Inherited from
Omit.imageRendering
in?
optionalin:string
Defined in: node_modules/@types/react/index.d.ts:3694
Inherited from
Omit.in
in2?
optionalin2:string|number
Defined in: node_modules/@types/react/index.d.ts:3693
Inherited from
Omit.in2
inheritViewBox?
optionalinheritViewBox:boolean
Defined in: node_modules/@mui/material/esm/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?
optionalintercept:string|number
Defined in: node_modules/@types/react/index.d.ts:3695
Inherited from
Omit.intercept
k?
optionalk:string|number
Defined in: node_modules/@types/react/index.d.ts:3700
Inherited from
Omit.k
k1?
optionalk1:string|number
Defined in: node_modules/@types/react/index.d.ts:3696
Inherited from
Omit.k1
k2?
optionalk2:string|number
Defined in: node_modules/@types/react/index.d.ts:3697
Inherited from
Omit.k2
k3?
optionalk3:string|number
Defined in: node_modules/@types/react/index.d.ts:3698
Inherited from
Omit.k3
k4?
optionalk4:string|number
Defined in: node_modules/@types/react/index.d.ts:3699
Inherited from
Omit.k4
kernelMatrix?
optionalkernelMatrix:string|number
Defined in: node_modules/@types/react/index.d.ts:3701
Inherited from
Omit.kernelMatrix
kernelUnitLength?
optionalkernelUnitLength:string|number
Defined in: node_modules/@types/react/index.d.ts:3702
Inherited from
Omit.kernelUnitLength
kerning?
optionalkerning:string|number
Defined in: node_modules/@types/react/index.d.ts:3703
Inherited from
Omit.kerning
key?
optionalkey:Key|null
Defined in: node_modules/@types/react/index.d.ts:250
Inherited from
Omit.key
keyPoints?
optionalkeyPoints:string|number
Defined in: node_modules/@types/react/index.d.ts:3704
Inherited from
Omit.keyPoints
keySplines?
optionalkeySplines:string|number
Defined in: node_modules/@types/react/index.d.ts:3705
Inherited from
Omit.keySplines
keyTimes?
optionalkeyTimes:string|number
Defined in: node_modules/@types/react/index.d.ts:3706
Inherited from
Omit.keyTimes
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:356
Inherited from
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:3561
Inherited from
Omit.lang
lengthAdjust?
optionallengthAdjust:string|number
Defined in: node_modules/@types/react/index.d.ts:3707
Inherited from
Omit.lengthAdjust
letterSpacing?
optionalletterSpacing:string|number
Defined in: node_modules/@types/react/index.d.ts:3708
Inherited from
Omit.letterSpacing
level
level:
number
Defined in: packages/react-querybuilder/src/types/props.ts:82
The level of the current group. Always equal to path.length.
Inherited from
lightingColor?
optionallightingColor:string|number
Defined in: node_modules/@types/react/index.d.ts:3709
Inherited from
Omit.lightingColor
limitingConeAngle?
optionallimitingConeAngle:string|number
Defined in: node_modules/@types/react/index.d.ts:3710
Inherited from
Omit.limitingConeAngle
local?
optionallocal:string|number
Defined in: node_modules/@types/react/index.d.ts:3711
Inherited from
Omit.local
markerEnd?
optionalmarkerEnd:string
Defined in: node_modules/@types/react/index.d.ts:3712
Inherited from
Omit.markerEnd
markerHeight?
optionalmarkerHeight:string|number
Defined in: node_modules/@types/react/index.d.ts:3713
Inherited from
Omit.markerHeight
markerMid?
optionalmarkerMid:string
Defined in: node_modules/@types/react/index.d.ts:3714
Inherited from
Omit.markerMid
markerStart?
optionalmarkerStart:string
Defined in: node_modules/@types/react/index.d.ts:3715
Inherited from
Omit.markerStart
markerUnits?
optionalmarkerUnits:string|number
Defined in: node_modules/@types/react/index.d.ts:3716
Inherited from
Omit.markerUnits
markerWidth?
optionalmarkerWidth:string|number
Defined in: node_modules/@types/react/index.d.ts:3717
Inherited from
Omit.markerWidth
mask?
optionalmask:string
Defined in: node_modules/@types/react/index.d.ts:3718
Inherited from
Omit.mask
maskContentUnits?
optionalmaskContentUnits:string|number
Defined in: node_modules/@types/react/index.d.ts:3719
Inherited from
Omit.maskContentUnits
maskUnits?
optionalmaskUnits:string|number
Defined in: node_modules/@types/react/index.d.ts:3720
Inherited from
Omit.maskUnits
mathematical?
optionalmathematical:string|number
Defined in: node_modules/@types/react/index.d.ts:3721
Inherited from
Omit.mathematical
max?
optionalmax:string|number
Defined in: node_modules/@types/react/index.d.ts:3562
Inherited from
Omit.max
media?
optionalmedia:string
Defined in: node_modules/@types/react/index.d.ts:3563
Inherited from
Omit.media
method?
optionalmethod:string
Defined in: node_modules/@types/react/index.d.ts:3564
Inherited from
Omit.method
min?
optionalmin:string|number
Defined in: node_modules/@types/react/index.d.ts:3565
Inherited from
Omit.min
mode?
optionalmode:string|number
Defined in: node_modules/@types/react/index.d.ts:3722
Inherited from
Omit.mode
muiComponents?
optionalmuiComponents:RQBMaterialComponents
Defined in: packages/material/src/types.ts:54
Inherited from
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3566
Inherited from
Omit.name
numOctaves?
optionalnumOctaves:string|number
Defined in: node_modules/@types/react/index.d.ts:3723
Inherited from
Omit.numOctaves
offset?
optionaloffset:string|number
Defined in: node_modules/@types/react/index.d.ts:3724
Inherited from
Omit.offset
onAbort?
optionalonAbort:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
Omit.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
Omit.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
Omit.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
Omit.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
Omit.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
Omit.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
Omit.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
Omit.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
Omit.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
Omit.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
Omit.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
Omit.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
Omit.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
Omit.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
Omit.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
Omit.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
Omit.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
Omit.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
Omit.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2260
Inherited from
Omit.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
Omit.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
Omit.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
Omit.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
Omit.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
Omit.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
Omit.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
Omit.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
Omit.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
Omit.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
Omit.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
Omit.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
Omit.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
Omit.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
Omit.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
Omit.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
Omit.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
Omit.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
Omit.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
Omit.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
Omit.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
Omit.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
Omit.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
Omit.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
Omit.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
Omit.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
Omit.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
Omit.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
Omit.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
Omit.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
Omit.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
Omit.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
Omit.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
Omit.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
Omit.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
Omit.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
Omit.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
Omit.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
Omit.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
Omit.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
Omit.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
Omit.onEndedCapture
onError?
optionalonError:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
Omit.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
Omit.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
Omit.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
Omit.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
Omit.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
Omit.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
Omit.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
Omit.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
Omit.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
Omit.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
Omit.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
Omit.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
Omit.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Omit.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
Omit.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
Omit.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
Omit.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
Omit.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
Omit.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
Omit.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
Omit.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
Omit.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
Omit.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
Omit.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
Omit.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
Omit.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
Omit.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
Omit.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
Omit.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
Omit.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
Omit.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
Omit.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
Omit.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
Omit.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
Omit.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
Omit.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
Omit.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
Omit.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
Omit.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
Omit.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
Omit.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
Omit.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
Omit.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
Omit.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
Omit.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
Omit.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
Omit.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
Omit.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
Omit.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
Omit.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
Omit.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
Omit.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
Omit.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
Omit.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
Omit.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
Omit.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
Omit.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
Omit.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
Omit.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
Omit.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
Omit.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
Omit.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
Omit.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
Omit.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
Omit.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
Omit.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
Omit.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
Omit.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
Omit.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
Omit.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
Omit.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
Omit.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
Omit.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
Omit.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
Omit.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
Omit.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
Omit.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
Omit.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
Omit.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
Omit.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
Omit.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
Omit.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
Omit.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
Omit.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
Omit.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
Omit.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
Omit.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
Omit.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
Omit.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
Omit.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
Omit.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
Omit.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
Omit.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
Omit.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
Omit.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
Omit.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
Omit.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
Omit.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
Omit.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
Omit.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
Omit.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
Omit.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
Omit.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
Omit.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
Omit.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
Omit.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
Omit.onWheelCapture
opacity?
optionalopacity:string|number
Defined in: node_modules/@types/react/index.d.ts:3725
Inherited from
Omit.opacity
operator?
optionaloperator:string|number
Defined in: node_modules/@types/react/index.d.ts:3726
Inherited from
Omit.operator
order?
optionalorder:string|number
Defined in: node_modules/@types/react/index.d.ts:3727
Inherited from
Omit.order
orient?
optionalorient:string|number
Defined in: node_modules/@types/react/index.d.ts:3728
Inherited from
Omit.orient
orientation?
optionalorientation:string|number
Defined in: node_modules/@types/react/index.d.ts:3729
Inherited from
Omit.orientation
origin?
optionalorigin:string|number
Defined in: node_modules/@types/react/index.d.ts:3730
Inherited from
Omit.origin
overflow?
optionaloverflow:string|number
Defined in: node_modules/@types/react/index.d.ts:3731
Inherited from
Omit.overflow
overlinePosition?
optionaloverlinePosition:string|number
Defined in: node_modules/@types/react/index.d.ts:3732
Inherited from
Omit.overlinePosition
overlineThickness?
optionaloverlineThickness:string|number
Defined in: node_modules/@types/react/index.d.ts:3733
Inherited from
Omit.overlineThickness
paintOrder?
optionalpaintOrder:string|number
Defined in: node_modules/@types/react/index.d.ts:3734
Inherited from
Omit.paintOrder
panose1?
optionalpanose1:string|number
Defined in: node_modules/@types/react/index.d.ts:3735
Inherited from
Omit.panose1
path
path:
Path
Defined in: packages/react-querybuilder/src/types/props.ts:78
Path to this subcomponent's rule/group within the query.
Inherited from
pathLength?
optionalpathLength:string|number
Defined in: node_modules/@types/react/index.d.ts:3737
Inherited from
Omit.pathLength
patternContentUnits?
optionalpatternContentUnits:string
Defined in: node_modules/@types/react/index.d.ts:3738
Inherited from
Omit.patternContentUnits
patternTransform?
optionalpatternTransform:string|number
Defined in: node_modules/@types/react/index.d.ts:3739
Inherited from
Omit.patternTransform
patternUnits?
optionalpatternUnits:string
Defined in: node_modules/@types/react/index.d.ts:3740
Inherited from
Omit.patternUnits
pointerEvents?
optionalpointerEvents:string|number
Defined in: node_modules/@types/react/index.d.ts:3741
Inherited from
Omit.pointerEvents
points?
optionalpoints:string
Defined in: node_modules/@types/react/index.d.ts:3742
Inherited from
Omit.points
pointsAtX?
optionalpointsAtX:string|number
Defined in: node_modules/@types/react/index.d.ts:3743
Inherited from
Omit.pointsAtX
pointsAtY?
optionalpointsAtY:string|number
Defined in: node_modules/@types/react/index.d.ts:3744
Inherited from
Omit.pointsAtY
pointsAtZ?
optionalpointsAtZ:string|number
Defined in: node_modules/@types/react/index.d.ts:3745
Inherited from
Omit.pointsAtZ
preserveAlpha?
optionalpreserveAlpha:Booleanish
Defined in: node_modules/@types/react/index.d.ts:3746
Inherited from
Omit.preserveAlpha
preserveAspectRatio?
optionalpreserveAspectRatio:string
Defined in: node_modules/@types/react/index.d.ts:3747
Inherited from
Omit.preserveAspectRatio
primitiveUnits?
optionalprimitiveUnits:string|number
Defined in: node_modules/@types/react/index.d.ts:3748
Inherited from
Omit.primitiveUnits
r?
optionalr:string|number
Defined in: node_modules/@types/react/index.d.ts:3749
Inherited from
Omit.r
radius?
optionalradius:string|number
Defined in: node_modules/@types/react/index.d.ts:3750
Inherited from
Omit.radius
ref?
optionalref:Ref<SVGSVGElement>
Defined in: node_modules/@types/react/index.d.ts:292
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?
optionalrefX:string|number
Defined in: node_modules/@types/react/index.d.ts:3751
Inherited from
Omit.refX
refY?
optionalrefY:string|number
Defined in: node_modules/@types/react/index.d.ts:3752
Inherited from
Omit.refY
renderingIntent?
optionalrenderingIntent:string|number
Defined in: node_modules/@types/react/index.d.ts:3753
Inherited from
Omit.renderingIntent
repeatCount?
optionalrepeatCount:string|number
Defined in: node_modules/@types/react/index.d.ts:3754
Inherited from
Omit.repeatCount
repeatDur?
optionalrepeatDur:string|number
Defined in: node_modules/@types/react/index.d.ts:3755
Inherited from
Omit.repeatDur
requiredExtensions?
optionalrequiredExtensions:string|number
Defined in: node_modules/@types/react/index.d.ts:3756
Inherited from
Omit.requiredExtensions
requiredFeatures?
optionalrequiredFeatures:string|number
Defined in: node_modules/@types/react/index.d.ts:3757
Inherited from
Omit.requiredFeatures
restart?
optionalrestart:string|number
Defined in: node_modules/@types/react/index.d.ts:3758
Inherited from
Omit.restart
result?
optionalresult:string
Defined in: node_modules/@types/react/index.d.ts:3759
Inherited from
Omit.result
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:3573
Inherited from
Omit.role
rotate?
optionalrotate:string|number
Defined in: node_modules/@types/react/index.d.ts:3760
Inherited from
Omit.rotate
ruleOrGroup
ruleOrGroup:
RuleType<string,string,any,string> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:357
Inherited from
MaterialDragHandleProps.ruleOrGroup
rx?
optionalrx:string|number
Defined in: node_modules/@types/react/index.d.ts:3761
Inherited from
Omit.rx
ry?
optionalry:string|number
Defined in: node_modules/@types/react/index.d.ts:3762
Inherited from
Omit.ry
scale?
optionalscale:string|number
Defined in: node_modules/@types/react/index.d.ts:3763
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; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...,operator:string) =>boolean;defaultOperator?:string;defaultValue?:any;disabled?:boolean;id?:string;inputType?:InputType|null;label:string;matchModes?:boolean|MatchMode[] |FlexibleOption<MatchMode>[];name:string;operators?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }> |string[] |FlexibleOption<string>[] | string | FlexibleOption<string>[];placeholder?:string;subproperties?:FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...>;validator?:RuleValidator;value:string;valueEditorType?:ValueEditorType| (operator:string) =>ValueEditorType;values?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>;valueSources?:ValueSources|ValueSourceFlexibleOptions| (operator:string) => ValueSources | ValueSourceFlexibleOptions; },string>
Defined in: packages/react-querybuilder/src/types/props.ts:107
All subcomponents receive the configuration schema as a prop.
Inherited from
seed?
optionalseed:string|number
Defined in: node_modules/@types/react/index.d.ts:3764
Inherited from
Omit.seed
shapeRendering?
optionalshapeRendering:string
Defined in: node_modules/@mui/material/esm/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
showInputLabels?
optionalshowInputLabels:boolean
Defined in: packages/material/src/types.ts:55
Inherited from
MuiAugmentation.showInputLabels
slope?
optionalslope:string|number
Defined in: node_modules/@types/react/index.d.ts:3766
Inherited from
Omit.slope
spacing?
optionalspacing:string|number
Defined in: node_modules/@types/react/index.d.ts:3767
Inherited from
Omit.spacing
specularConstant?
optionalspecularConstant:string|number
Defined in: node_modules/@types/react/index.d.ts:3768
Inherited from
Omit.specularConstant
specularExponent?
optionalspecularExponent:string|number
Defined in: node_modules/@types/react/index.d.ts:3769
Inherited from
Omit.specularExponent
speed?
optionalspeed:string|number
Defined in: node_modules/@types/react/index.d.ts:3770
Inherited from
Omit.speed
spreadMethod?
optionalspreadMethod:string
Defined in: node_modules/@types/react/index.d.ts:3771
Inherited from
Omit.spreadMethod
startOffset?
optionalstartOffset:string|number
Defined in: node_modules/@types/react/index.d.ts:3772
Inherited from
Omit.startOffset
stdDeviation?
optionalstdDeviation:string|number
Defined in: node_modules/@types/react/index.d.ts:3773
Inherited from
Omit.stdDeviation
stemh?
optionalstemh:string|number
Defined in: node_modules/@types/react/index.d.ts:3774
Inherited from
Omit.stemh
stemv?
optionalstemv:string|number
Defined in: node_modules/@types/react/index.d.ts:3775
Inherited from
Omit.stemv
stitchTiles?
optionalstitchTiles:string|number
Defined in: node_modules/@types/react/index.d.ts:3776
Inherited from
Omit.stitchTiles
stopColor?
optionalstopColor:string
Defined in: node_modules/@types/react/index.d.ts:3777
Inherited from
Omit.stopColor
stopOpacity?
optionalstopOpacity:string|number
Defined in: node_modules/@types/react/index.d.ts:3778
Inherited from
Omit.stopOpacity
strikethroughPosition?
optionalstrikethroughPosition:string|number
Defined in: node_modules/@types/react/index.d.ts:3779
Inherited from
Omit.strikethroughPosition
strikethroughThickness?
optionalstrikethroughThickness:string|number
Defined in: node_modules/@types/react/index.d.ts:3780
Inherited from
Omit.strikethroughThickness
string?
optionalstring:string|number
Defined in: node_modules/@types/react/index.d.ts:3781
Inherited from
Omit.string
stroke?
optionalstroke:string
Defined in: node_modules/@types/react/index.d.ts:3782
Inherited from
Omit.stroke
strokeDasharray?
optionalstrokeDasharray:string|number
Defined in: node_modules/@types/react/index.d.ts:3783
Inherited from
Omit.strokeDasharray
strokeDashoffset?
optionalstrokeDashoffset:string|number
Defined in: node_modules/@types/react/index.d.ts:3784
Inherited from
Omit.strokeDashoffset
strokeLinecap?
optionalstrokeLinecap:"round"|"inherit"|"butt"|"square"
Defined in: node_modules/@types/react/index.d.ts:3785
Inherited from
Omit.strokeLinecap
strokeLinejoin?
optionalstrokeLinejoin:"round"|"inherit"|"miter"|"bevel"
Defined in: node_modules/@types/react/index.d.ts:3786
Inherited from
Omit.strokeLinejoin
strokeMiterlimit?
optionalstrokeMiterlimit:string|number
Defined in: node_modules/@types/react/index.d.ts:3787
Inherited from
Omit.strokeMiterlimit
strokeOpacity?
optionalstrokeOpacity:string|number
Defined in: node_modules/@types/react/index.d.ts:3788
Inherited from
Omit.strokeOpacity
strokeWidth?
optionalstrokeWidth:string|number
Defined in: node_modules/@types/react/index.d.ts:3789
Inherited from
Omit.strokeWidth
style?
optionalstyle:CSSProperties
Defined in: node_modules/@mui/material/esm/OverridableComponent/index.d.ts:36
Inherited from
Omit.style
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:3553
Inherited from
Omit.suppressHydrationWarning
surfaceScale?
optionalsurfaceScale:string|number
Defined in: node_modules/@types/react/index.d.ts:3790
Inherited from
Omit.surfaceScale
sx?
optionalsx:SxProps<Theme>
Defined in: node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts:52
The system prop that allows defining system overrides as well as additional CSS styles.
Inherited from
Omit.sx
systemLanguage?
optionalsystemLanguage:string|number
Defined in: node_modules/@types/react/index.d.ts:3791
Inherited from
Omit.systemLanguage
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:3574
Inherited from
Omit.tabIndex
tableValues?
optionaltableValues:string|number
Defined in: node_modules/@types/react/index.d.ts:3792
Inherited from
Omit.tableValues
target?
optionaltarget:string
Defined in: node_modules/@types/react/index.d.ts:3568
Inherited from
Omit.target
targetX?
optionaltargetX:string|number
Defined in: node_modules/@types/react/index.d.ts:3793
Inherited from
Omit.targetX
targetY?
optionaltargetY:string|number
Defined in: node_modules/@types/react/index.d.ts:3794
Inherited from
Omit.targetY
testID?
optionaltestID:string
Defined in: packages/react-querybuilder/src/types/props.ts:103
Test ID for this component.
Inherited from
textAnchor?
optionaltextAnchor:"inherit"|"start"|"end"|"middle"
Defined in: node_modules/@types/react/index.d.ts:3795
Inherited from
Omit.textAnchor
textDecoration?
optionaltextDecoration:string|number
Defined in: node_modules/@types/react/index.d.ts:3796
Inherited from
Omit.textDecoration
textLength?
optionaltextLength:string|number
Defined in: node_modules/@types/react/index.d.ts:3797
Inherited from
Omit.textLength
textRendering?
optionaltextRendering:string|number
Defined in: node_modules/@types/react/index.d.ts:3798
Inherited from
Omit.textRendering
title?
optionaltitle:string
Defined in: packages/react-querybuilder/src/types/props.ts:86
The title/tooltip for this control.
Inherited from
titleAccess?
optionaltitleAccess:string
Defined in: node_modules/@mui/material/esm/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?
optionalto:string|number
Defined in: node_modules/@types/react/index.d.ts:3799
Inherited from
Omit.to
transform?
optionaltransform:string
Defined in: node_modules/@types/react/index.d.ts:3800
Inherited from
Omit.transform
type?
optionaltype:string
Defined in: node_modules/@types/react/index.d.ts:3569
Inherited from
Omit.type
u1?
optionalu1:string|number
Defined in: node_modules/@types/react/index.d.ts:3801
Inherited from
Omit.u1
u2?
optionalu2:string|number
Defined in: node_modules/@types/react/index.d.ts:3802
Inherited from
Omit.u2
underlinePosition?
optionalunderlinePosition:string|number
Defined in: node_modules/@types/react/index.d.ts:3803
Inherited from
Omit.underlinePosition
underlineThickness?
optionalunderlineThickness:string|number
Defined in: node_modules/@types/react/index.d.ts:3804
Inherited from
Omit.underlineThickness
unicode?
optionalunicode:string|number
Defined in: node_modules/@types/react/index.d.ts:3805
Inherited from
Omit.unicode
unicodeBidi?
optionalunicodeBidi:string|number
Defined in: node_modules/@types/react/index.d.ts:3806
Inherited from
Omit.unicodeBidi
unicodeRange?
optionalunicodeRange:string|number
Defined in: node_modules/@types/react/index.d.ts:3807
Inherited from
Omit.unicodeRange
unitsPerEm?
optionalunitsPerEm:string|number
Defined in: node_modules/@types/react/index.d.ts:3808
Inherited from
Omit.unitsPerEm
validation?
optionalvalidation:boolean|ValidationResult
Defined in: packages/react-querybuilder/src/types/props.ts:99
Validation result of the parent rule/group.
Inherited from
MaterialActionProps.validation
vAlphabetic?
optionalvAlphabetic:string|number
Defined in: node_modules/@types/react/index.d.ts:3809
Inherited from
Omit.vAlphabetic
values?
optionalvalues:string
Defined in: node_modules/@types/react/index.d.ts:3810
Inherited from
Omit.values
vectorEffect?
optionalvectorEffect:string|number
Defined in: node_modules/@types/react/index.d.ts:3811
Inherited from
Omit.vectorEffect
version?
optionalversion:string
Defined in: node_modules/@types/react/index.d.ts:3812
Inherited from
Omit.version
vertAdvY?
optionalvertAdvY:string|number
Defined in: node_modules/@types/react/index.d.ts:3813
Inherited from
Omit.vertAdvY
vertOriginX?
optionalvertOriginX:string|number
Defined in: node_modules/@types/react/index.d.ts:3814
Inherited from
Omit.vertOriginX
vertOriginY?
optionalvertOriginY:string|number
Defined in: node_modules/@types/react/index.d.ts:3815
Inherited from
Omit.vertOriginY
vHanging?
optionalvHanging:string|number
Defined in: node_modules/@types/react/index.d.ts:3816
Inherited from
Omit.vHanging
vIdeographic?
optionalvIdeographic:string|number
Defined in: node_modules/@types/react/index.d.ts:3817
Inherited from
Omit.vIdeographic
viewBox?
optionalviewBox:string
Defined in: node_modules/@mui/material/esm/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?
optionalviewTarget:string|number
Defined in: node_modules/@types/react/index.d.ts:3819
Inherited from
Omit.viewTarget
visibility?
optionalvisibility:string|number
Defined in: node_modules/@types/react/index.d.ts:3820
Inherited from
Omit.visibility
vMathematical?
optionalvMathematical:string|number
Defined in: node_modules/@types/react/index.d.ts:3821
Inherited from
Omit.vMathematical
width?
optionalwidth:string|number
Defined in: node_modules/@types/react/index.d.ts:3570
Inherited from
Omit.width
widths?
optionalwidths:string|number
Defined in: node_modules/@types/react/index.d.ts:3822
Inherited from
Omit.widths
wordSpacing?
optionalwordSpacing:string|number
Defined in: node_modules/@types/react/index.d.ts:3823
Inherited from
Omit.wordSpacing
writingMode?
optionalwritingMode:string|number
Defined in: node_modules/@types/react/index.d.ts:3824
Inherited from
Omit.writingMode
x?
optionalx:string|number
Defined in: node_modules/@types/react/index.d.ts:3827
Inherited from
Omit.x
x1?
optionalx1:string|number
Defined in: node_modules/@types/react/index.d.ts:3825
Inherited from
Omit.x1
x2?
optionalx2:string|number
Defined in: node_modules/@types/react/index.d.ts:3826
Inherited from
Omit.x2
xChannelSelector?
optionalxChannelSelector:string
Defined in: node_modules/@types/react/index.d.ts:3828
Inherited from
Omit.xChannelSelector
xHeight?
optionalxHeight:string|number
Defined in: node_modules/@types/react/index.d.ts:3829
Inherited from
Omit.xHeight
xlinkActuate?
optionalxlinkActuate:string
Defined in: node_modules/@types/react/index.d.ts:3830
Inherited from
Omit.xlinkActuate
xlinkArcrole?
optionalxlinkArcrole:string
Defined in: node_modules/@types/react/index.d.ts:3831
Inherited from
Omit.xlinkArcrole
xlinkHref?
optionalxlinkHref:string
Defined in: node_modules/@types/react/index.d.ts:3832
Inherited from
Omit.xlinkHref
xlinkRole?
optionalxlinkRole:string
Defined in: node_modules/@types/react/index.d.ts:3833
Inherited from
Omit.xlinkRole
xlinkShow?
optionalxlinkShow:string
Defined in: node_modules/@types/react/index.d.ts:3834
Inherited from
Omit.xlinkShow
xlinkTitle?
optionalxlinkTitle:string
Defined in: node_modules/@types/react/index.d.ts:3835
Inherited from
Omit.xlinkTitle
xlinkType?
optionalxlinkType:string
Defined in: node_modules/@types/react/index.d.ts:3836
Inherited from
Omit.xlinkType
xmlBase?
optionalxmlBase:string
Defined in: node_modules/@types/react/index.d.ts:3837
Inherited from
Omit.xmlBase
xmlLang?
optionalxmlLang:string
Defined in: node_modules/@types/react/index.d.ts:3838
Inherited from
Omit.xmlLang
xmlns?
optionalxmlns:string
Defined in: node_modules/@types/react/index.d.ts:3839
Inherited from
Omit.xmlns
xmlnsXlink?
optionalxmlnsXlink:string
Defined in: node_modules/@types/react/index.d.ts:3840
Inherited from
Omit.xmlnsXlink
xmlSpace?
optionalxmlSpace:string
Defined in: node_modules/@types/react/index.d.ts:3841
Inherited from
Omit.xmlSpace
y?
optionaly:string|number
Defined in: node_modules/@types/react/index.d.ts:3844
Inherited from
Omit.y
y1?
optionaly1:string|number
Defined in: node_modules/@types/react/index.d.ts:3842
Inherited from
Omit.y1
y2?
optionaly2:string|number
Defined in: node_modules/@types/react/index.d.ts:3843
Inherited from
Omit.y2
yChannelSelector?
optionalyChannelSelector:string
Defined in: node_modules/@types/react/index.d.ts:3845
Inherited from
Omit.yChannelSelector
z?
optionalz:string|number
Defined in: node_modules/@types/react/index.d.ts:3846
Inherited from
Omit.z
zoomAndPan?
optionalzoomAndPan:string
Defined in: node_modules/@types/react/index.d.ts:3847
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.