MantineNotToggleProps
Defined in: packages/mantine/src/MantineNotToggle.tsx:9
Extends
NotToggleProps.Partial<SwitchProps>
Methods
handleOnChange()
handleOnChange(
checked:boolean):void
Defined in: packages/react-querybuilder/src/types/props.ts:308
Parameters
| Parameter | Type |
|---|---|
checked | boolean |
Returns
void
Inherited from
Properties
__size?
optional__size:string
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:14
size property passed down the HTML element
Inherited from
Partial.__size
__vars?
optional__vars:CssVarsProp
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:12
CSS variables defined on root component element
Inherited from
Partial.__vars
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2783
Inherited from
Partial.about
accept?
optionalaccept:string
Defined in: node_modules/@types/react/index.d.ts:3241
Inherited from
Partial.accept
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2756
Inherited from
Partial.accessKey
alt?
optionalalt:string
Defined in: node_modules/@types/react/index.d.ts:3242
Inherited from
Partial.alt
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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"step"|"page"|"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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.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
Partial.aria-valuetext
attributes?
optionalattributes: {body?:Record<string,any>;description?:Record<string,any>;error?:Record<string,any>;input?:Record<string,any>;label?:Record<string,any>;labelWrapper?:Record<string,any>;root?:Record<string,any>;thumb?:Record<string,any>;track?:Record<string,any>;trackLabel?:Record<string,any>; }
Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:36
body?
optionalbody:Record<string,any>
description?
optionaldescription:Record<string,any>
error?
optionalerror:Record<string,any>
input?
optionalinput:Record<string,any>
label?
optionallabel:Record<string,any>
labelWrapper?
optionallabelWrapper:Record<string,any>
root?
optionalroot:Record<string,any>
thumb?
optionalthumb:Record<string,any>
track?
optionaltrack:Record<string,any>
trackLabel?
optionaltrackLabel:Record<string,any>
Inherited from
Partial.attributes
autoCapitalize?
optionalautoCapitalize:string& { } |"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2757
Inherited from
Partial.autoCapitalize
autoComplete?
optionalautoComplete:HTMLInputAutoCompleteAttribute
Defined in: node_modules/@types/react/index.d.ts:3243
Inherited from
Partial.autoComplete
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
Partial.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2758
Inherited from
Partial.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
Partial.autoSave
bd?
optionalbd:StyleProp<Border<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:41
Border
Inherited from
Partial.bd
bdrs?
optionalbdrs:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:43
BorderRadius, theme key: theme.radius
Inherited from
Partial.bdrs
bg?
optionalbg:StyleProp<DefaultMantineColor>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:45
Background, theme key: theme.colors
Inherited from
Partial.bg
bga?
optionalbga:StyleProp<BackgroundAttachment|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:86
BackgroundAttachment
Inherited from
Partial.bga
bgp?
optionalbgp:StyleProp<BackgroundPosition<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:82
BackgroundPosition
Inherited from
Partial.bgp
bgr?
optionalbgr:StyleProp<BackgroundRepeat|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:84
BackgroundRepeat
Inherited from
Partial.bgr
bgsz?
optionalbgsz:StyleProp<BackgroundSize<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:80
BackgroundSize
Inherited from
Partial.bgsz
bottom?
optionalbottom:StyleProp<Bottom<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:91
Inherited from
Partial.bottom
c?
optionalc:StyleProp<DefaultMantineColor>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:47
Color
Inherited from
Partial.c
capture?
optionalcapture:boolean|"user"|"environment"
Defined in: node_modules/@types/react/index.d.ts:3244
Inherited from
Partial.capture
checked?
optionalchecked:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:307
Inherited from
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
classNames?
optionalclassNames:Partial<Record<SwitchStylesNames,string>> | (theme:MantineTheme,props:SwitchProps,ctx:unknown) =>StylesRecord<Payload["stylesNames"],DataType>
Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:33
Inherited from
Partial.classNames
color?
optionalcolor:DefaultMantineColor
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:18
Key of theme.colors or any valid CSS color to set input color in checked state
Default
theme.primaryColor
Inherited from
Partial.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2784
Inherited from
Partial.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2760
Inherited from
Partial.contentEditable
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:95
Container for custom props that are passed to all components.
Inherited from
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2761
Inherited from
Partial.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2231
__html
__html:
string|TrustedHTML
Inherited from
Partial.dangerouslySetInnerHTML
darkHidden?
optionaldarkHidden:boolean
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:22
Determines whether component should be hidden in dark color scheme with display: none
Inherited from
Partial.darkHidden
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2785
Inherited from
Partial.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2750
Inherited from
Partial.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2751
Inherited from
Partial.defaultValue
description?
optionaldescription:ReactNode
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:30
Description displayed below the label
Inherited from
Partial.description
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2762
Inherited from
Partial.dir
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
display?
optionaldisplay:StyleProp<Display|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:94
Inherited from
Partial.display
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2763
Inherited from
Partial.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2764
Inherited from
Partial.enterKeyHint
error?
optionalerror:ReactNode
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:32
Error displayed below the label
Inherited from
Partial.error
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2831
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Partial.exportparts
ff?
optionalff:StyleProp<"text"|string& { } |"heading"|"monospace">
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:50
FontFamily
Inherited from
Partial.ff
flex?
optionalflex:StyleProp<Flex<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:95
Inherited from
Partial.flex
form?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3247
Inherited from
Partial.form
formAction?
optionalformAction:string| (formData:FormData) =>void|Promise<void>
Defined in: node_modules/@types/react/index.d.ts:3248
Inherited from
Partial.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3255
Inherited from
Partial.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3256
Inherited from
Partial.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3257
Inherited from
Partial.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3258
Inherited from
Partial.formTarget
fs?
optionalfs:StyleProp<FontStyle|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:62
FontStyle
Inherited from
Partial.fs
fw?
optionalfw:StyleProp<FontWeight|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:54
FontWeight
Inherited from
Partial.fw
fz?
optionalfz:StyleProp<number | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | MantineFontSize>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:52
FontSize, theme key: theme.fontSizes
Inherited from
Partial.fz
h?
optionalh:StyleProp<Height<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:74
Height, theme key: theme.spacing
Inherited from
Partial.h
height?
optionalheight:string|number
Defined in: node_modules/@types/react/index.d.ts:3259
Inherited from
Partial.height
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2765
Inherited from
Partial.hidden
hiddenFrom?
optionalhiddenFrom:MantineBreakpoint
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:16
Breakpoint above which the component is hidden with display: none
Inherited from
Partial.hiddenFrom
id?
optionalid:string
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:10
Id used to bind input and label, if not passed, unique id will be generated instead
Inherited from
Partial.id
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2817
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Partial.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
Partial.inlist
inputMode?
optionalinputMode:"search"|"text"|"email"|"tel"|"url"|"none"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2822
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
Partial.inputMode
inset?
optionalinset:StyleProp<Inset<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:93
Inherited from
Partial.inset
is?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2827
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
Partial.is
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
Partial.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
Partial.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
Partial.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
Partial.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
Partial.itemType
key?
optionalkey:Key|null
Defined in: node_modules/@types/react/index.d.ts:250
Inherited from
Partial.key
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:309
Inherited from
labelPosition?
optionallabelPosition:"left"|"right"
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:28
Position of the label relative to the input
Default
'right'
Inherited from
Partial.labelPosition
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2767
Inherited from
Partial.lang
left?
optionalleft:StyleProp<Left<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:90
Inherited from
Partial.left
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
lh?
optionallh:StyleProp<number | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | MantineLineHeight>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:60
LineHeight, theme key: lineHeights
Inherited from
Partial.lh
lightHidden?
optionallightHidden:boolean
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:20
Determines whether component should be hidden in light color scheme with display: none
Inherited from
Partial.lightHidden
list?
optionallist:string
Defined in: node_modules/@types/react/index.d.ts:3260
Inherited from
Partial.list
lts?
optionallts:StyleProp<LetterSpacing<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:56
LetterSpacing
Inherited from
Partial.lts
m?
optionalm:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:5
Margin, theme key: theme.spacing
Inherited from
Partial.m
mah?
optionalmah:StyleProp<MaxHeight<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:78
MaxHeight, theme key: theme.spacing
Inherited from
Partial.mah
maw?
optionalmaw:StyleProp<MaxWidth<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:72
MaxWidth, theme key: theme.spacing
Inherited from
Partial.maw
max?
optionalmax:string|number
Defined in: node_modules/@types/react/index.d.ts:3261
Inherited from
Partial.max
maxLength?
optionalmaxLength:number
Defined in: node_modules/@types/react/index.d.ts:3262
Inherited from
Partial.maxLength
mb?
optionalmb:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:13
MarginBottom, theme key: theme.spacing
Inherited from
Partial.mb
me?
optionalme:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:17
MarginInlineEnd, theme key: theme.spacing
Inherited from
Partial.me
mih?
optionalmih:StyleProp<MinHeight<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:76
MinHeight, theme key: theme.spacing
Inherited from
Partial.mih
min?
optionalmin:string|number
Defined in: node_modules/@types/react/index.d.ts:3263
Inherited from
Partial.min
minLength?
optionalminLength:number
Defined in: node_modules/@types/react/index.d.ts:3264
Inherited from
Partial.minLength
miw?
optionalmiw:StyleProp<MinWidth<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:70
MinWidth, theme key: theme.spacing
Inherited from
Partial.miw
ml?
optionalml:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:19
MarginLeft, theme key: theme.spacing
Inherited from
Partial.ml
mod?
optionalmod:BoxMod
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:24
Element modifiers transformed into data- attributes, for example, { 'data-size': 'xl' }, falsy values are removed
Inherited from
Partial.mod
mr?
optionalmr:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:21
MarginRight, theme key: theme.spacing
Inherited from
Partial.mr
ms?
optionalms:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:15
MarginInlineStart, theme key: theme.spacing
Inherited from
Partial.ms
mt?
optionalmt:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:11
MarginTop, theme key: theme.spacing
Inherited from
Partial.mt
multiple?
optionalmultiple:boolean
Defined in: node_modules/@types/react/index.d.ts:3265
Inherited from
Partial.multiple
mx?
optionalmx:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:9
MarginInline, theme key: theme.spacing
Inherited from
Partial.mx
my?
optionalmy:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:7
MarginBlock, theme key: theme.spacing
Inherited from
Partial.my
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3266
Inherited from
Partial.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2768
Inherited from
Partial.nonce
offLabel?
optionaloffLabel:ReactNode
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:14
Inner label when the Switch is in unchecked state
Inherited from
Partial.offLabel
onAbort?
optionalonAbort:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
Partial.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
Partial.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
Partial.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
Partial.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
Partial.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
Partial.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
Partial.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
Partial.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
Partial.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
Partial.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
Partial.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
Partial.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
Partial.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
Partial.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
Partial.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
Partial.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
Partial.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
Partial.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
Partial.onCanPlayThroughCapture
onChange?
optionalonChange:ChangeEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:3278
Inherited from
Partial.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
Partial.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
Partial.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
Partial.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
Partial.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
Partial.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
Partial.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
Partial.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
Partial.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
Partial.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
Partial.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
Partial.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
Partial.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
Partial.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
Partial.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
Partial.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
Partial.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
Partial.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
Partial.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
Partial.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
Partial.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
Partial.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
Partial.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
Partial.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
Partial.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
Partial.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
Partial.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
Partial.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
Partial.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
Partial.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
Partial.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
Partial.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
Partial.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
Partial.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
Partial.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
Partial.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
Partial.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
Partial.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
Partial.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
Partial.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
Partial.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
Partial.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
Partial.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
Partial.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
Partial.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
Partial.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
Partial.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
Partial.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
Partial.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
Partial.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
Partial.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
Partial.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
Partial.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
Partial.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
Partial.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Partial.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
Partial.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
Partial.onKeyUpCapture
onLabel?
optionalonLabel:ReactNode
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:16
Inner label when the Switch is in checked state
Inherited from
Partial.onLabel
onLoad?
optionalonLoad:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
Partial.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
Partial.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
Partial.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
Partial.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
Partial.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
Partial.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
Partial.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
Partial.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
Partial.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
Partial.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
Partial.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
Partial.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
Partial.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
Partial.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
Partial.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
Partial.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
Partial.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
Partial.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
Partial.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
Partial.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
Partial.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
Partial.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
Partial.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
Partial.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
Partial.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
Partial.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
Partial.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
Partial.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
Partial.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
Partial.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
Partial.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
Partial.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
Partial.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
Partial.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
Partial.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
Partial.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
Partial.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
Partial.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
Partial.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
Partial.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
Partial.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
Partial.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
Partial.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
Partial.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
Partial.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
Partial.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
Partial.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
Partial.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
Partial.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
Partial.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
Partial.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
Partial.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
Partial.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
Partial.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
Partial.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
Partial.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
Partial.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
Partial.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
Partial.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
Partial.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
Partial.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
Partial.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
Partial.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
Partial.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
Partial.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
Partial.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
Partial.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
Partial.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
Partial.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
Partial.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
Partial.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
Partial.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
Partial.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
Partial.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
Partial.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
Partial.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
Partial.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
Partial.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
Partial.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
Partial.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
Partial.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
Partial.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
Partial.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
Partial.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
Partial.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
Partial.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
Partial.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
Partial.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
Partial.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
Partial.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
Partial.onWheelCapture
opacity?
optionalopacity:StyleProp<Opacity|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:48
Inherited from
Partial.opacity
p?
optionalp:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:23
Padding, theme key: theme.spacing
Inherited from
Partial.p
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2835
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
Partial.part
path
path:
Path
Defined in: packages/react-querybuilder/src/types/props.ts:78
Path to this subcomponent's rule/group within the query.
Inherited from
pattern?
optionalpattern:string
Defined in: node_modules/@types/react/index.d.ts:3267
Inherited from
Partial.pattern
pb?
optionalpb:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:31
PaddingBottom, theme key: theme.spacing
Inherited from
Partial.pb
pe?
optionalpe:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:35
PaddingInlineEnd, theme key: theme.spacing
Inherited from
Partial.pe
pl?
optionalpl:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:37
PaddingLeft, theme key: theme.spacing
Inherited from
Partial.pl
placeholder?
optionalplaceholder:string
Defined in: node_modules/@types/react/index.d.ts:3268
Inherited from
Partial.placeholder
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
Partial.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
Partial.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
Partial.popoverTargetAction
pos?
optionalpos:StyleProp<Position|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:88
Position
Inherited from
Partial.pos
pr?
optionalpr:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:39
PaddingRight, theme key: theme.spacing
Inherited from
Partial.pr
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
Partial.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
Partial.property
ps?
optionalps:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:33
PaddingInlineStart, theme key: theme.spacing
Inherited from
Partial.ps
pt?
optionalpt:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:29
PaddingTop, theme key: theme.spacing
Inherited from
Partial.pt
px?
optionalpx:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:27
PaddingInline, theme key: theme.spacing
Inherited from
Partial.px
py?
optionalpy:StyleProp<MantineSpacing>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:25
PaddingBlock, theme key: theme.spacing
Inherited from
Partial.py
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2777
Inherited from
Partial.radioGroup
radius?
optionalradius:MantineRadius
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:22
Key of theme.radius or any valid CSS value to set border-radius,
Default
'xl'
Inherited from
Partial.radius
readOnly?
optionalreadOnly:boolean
Defined in: node_modules/@types/react/index.d.ts:3269
Inherited from
Partial.readOnly
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
Partial.rel
required?
optionalrequired:boolean
Defined in: node_modules/@types/react/index.d.ts:3270
Inherited from
Partial.required
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
Partial.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
Partial.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2791
Inherited from
Partial.rev
right?
optionalright:StyleProp<Right<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:92
Inherited from
Partial.right
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
Partial.role
rootRef?
optionalrootRef:ForwardedRef<HTMLDivElement>
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:34
Assigns ref of the root element
Inherited from
Partial.rootRef
ruleGroup
ruleGroup:
RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:310
Inherited from
schema
schema:
Schema<{[key:string]:unknown;className?:Classname;comparator?:string| (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...,operator:string) =>boolean;defaultOperator?:string;defaultValue?:any;disabled?:boolean;id?:string;inputType?:InputType|null;label:string;matchModes?:boolean|MatchMode[] |FlexibleOption<MatchMode>[];name:string;operators?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }> |string[] |FlexibleOption<string>[] | string | FlexibleOption<string>[];placeholder?:string;subproperties?:FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...>;validator?:RuleValidator;value:string;valueEditorType?:ValueEditorType| (operator:string) =>ValueEditorType;values?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>;valueSources?:ValueSources|ValueSourceFlexibleOptions| (operator:string) => ValueSources | ValueSourceFlexibleOptions; },string>
Defined in: packages/react-querybuilder/src/types/props.ts:107
All subcomponents receive the configuration schema as a prop.
Inherited from
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
Partial.security
size?
optionalsize:string& { } |MantineSize
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:20
Controls size of all elements
Inherited from
Partial.size
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2769
Inherited from
Partial.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2770
Inherited from
Partial.spellCheck
src?
optionalsrc:string
Defined in: node_modules/@types/react/index.d.ts:3272
Inherited from
Partial.src
step?
optionalstep:string|number
Defined in: node_modules/@types/react/index.d.ts:3273
Inherited from
Partial.step
style?
optionalstyle:MantineStyleProp
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:10
Inline style added to root component element, can subscribe to theme defined on MantineProvider
Inherited from
Partial.style
styles?
optionalstyles:Partial<Record<SwitchStylesNames,CSSProperties>> | (theme:MantineTheme,props:SwitchProps,ctx:unknown) =>StylesRecord<Payload["stylesNames"],DataType>
Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:34
Inherited from
Partial.styles
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2752
Inherited from
Partial.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2753
Inherited from
Partial.suppressHydrationWarning
ta?
optionalta:StyleProp<TextAlign|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:58
TextAlign
Inherited from
Partial.ta
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2772
Inherited from
Partial.tabIndex
td?
optionaltd:StyleProp<TextDecoration<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:66
TextDecoration
Inherited from
Partial.td
testID?
optionaltestID:string
Defined in: packages/react-querybuilder/src/types/props.ts:103
Test ID for this component.
Inherited from
thumbIcon?
optionalthumbIcon:ReactNode
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:26
Icon inside the thumb of the switch
Inherited from
Partial.thumbIcon
title?
optionaltitle:string
Defined in: packages/react-querybuilder/src/types/props.ts:86
The title/tooltip for this control.
Inherited from
top?
optionaltop:StyleProp<Top<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:89
Inherited from
Partial.top
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2774
Inherited from
Partial.translate
tt?
optionaltt:StyleProp<TextTransform|undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:64
TextTransform
Inherited from
Partial.tt
type?
optionaltype:HTMLInputTypeAttribute
Defined in: node_modules/@types/react/index.d.ts:3274
Inherited from
Partial.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2792
Inherited from
Partial.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
Partial.unselectable
unstyled?
optionalunstyled:boolean
Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:31
Inherited from
Partial.unstyled
validation?
optionalvalidation:boolean|ValidationResult
Defined in: packages/react-querybuilder/src/types/props.ts:99
Validation result of the parent rule/group.
Inherited from
value?
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3275
Inherited from
Partial.value
variant?
optionalvariant:string
Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:32
Inherited from
Partial.variant
vars?
optionalvars:PartialVarsResolver<{props:SwitchProps;ref:HTMLInputElement;staticComponents: {Group:MantineComponent<{props:SwitchGroupProps;ref:HTMLDivElement;stylesNames:InputWrapperStylesNames; }>; };stylesNames:SwitchStylesNames;vars:SwitchCssVariables; }>
Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:35
Inherited from
Partial.vars
visibleFrom?
optionalvisibleFrom:MantineBreakpoint
Defined in: node_modules/@mantine/core/lib/core/Box/Box.d.ts:18
Breakpoint below which the component is hidden with display: none
Inherited from
Partial.visibleFrom
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
Partial.vocab
w?
optionalw:StyleProp<Width<string|number> |undefined>
Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:68
Width, theme key: theme.spacing
Inherited from
Partial.w
width?
optionalwidth:string|number
Defined in: node_modules/@types/react/index.d.ts:3276
Inherited from
Partial.width
withThumbIndicator?
optionalwithThumbIndicator:boolean
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:36
If set, the indicator will be displayed inside thumb
Default
true
Inherited from
Partial.withThumbIndicator
wrapperProps?
optionalwrapperProps:Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &DataAttributes
Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:24
Props passed down to the root element
Inherited from
Partial.wrapperProps
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.