Skip to main content

MantineNotToggleProps

Defined in: packages/mantine/src/MantineNotToggle.tsx:9

Extends

Methods

handleOnChange()

handleOnChange(checked: boolean): void

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:315

Parameters

ParameterType
checkedboolean

Returns

void

Inherited from

NotToggleProps.handleOnChange

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?

optional about: string

Defined in: node_modules/@types/react/index.d.ts:2705

Inherited from

Partial.about


accept?

optional accept: string

Defined in: node_modules/@types/react/index.d.ts:3162

Inherited from

Partial.accept


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2678

Inherited from

Partial.accessKey


alt?

optional alt: string

Defined in: node_modules/@types/react/index.d.ts:3163

Inherited from

Partial.alt


aria-activedescendant?

optional aria-activedescendant: string

Defined in: node_modules/@types/react/index.d.ts:2376

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

Partial.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2378

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

Partial.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "none" | "list" | "inline" | "both"

Defined in: node_modules/@types/react/index.d.ts:2383

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

Partial.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defined in: node_modules/@types/react/index.d.ts:2389

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

Partial.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defined in: node_modules/@types/react/index.d.ts:2394

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

Partial.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2395

Inherited from

Partial.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Defined in: node_modules/@types/react/index.d.ts:2400

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

Partial.aria-checked


aria-colcount?

optional aria-colcount: number

Defined in: node_modules/@types/react/index.d.ts:2405

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

Partial.aria-colcount


aria-colindex?

optional aria-colindex: number

Defined in: node_modules/@types/react/index.d.ts:2410

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

Partial.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defined in: node_modules/@types/react/index.d.ts:2415

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

Partial.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defined in: node_modules/@types/react/index.d.ts:2420

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

Partial.aria-colspan


aria-controls?

optional aria-controls: string

Defined in: node_modules/@types/react/index.d.ts:2425

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

Partial.aria-controls


aria-current?

optional aria-current: boolean | "date" | "time" | "true" | "false" | "step" | "page" | "location"

Defined in: node_modules/@types/react/index.d.ts:2427

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

Partial.aria-current


aria-describedby?

optional aria-describedby: string

Defined in: node_modules/@types/react/index.d.ts:2432

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

Partial.aria-describedby


aria-description?

optional aria-description: string

Defined in: node_modules/@types/react/index.d.ts:2437

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

Partial.aria-description


aria-details?

optional aria-details: string

Defined in: node_modules/@types/react/index.d.ts:2442

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

Partial.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2447

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

Partial.aria-disabled


aria-dropeffect?

optional aria-dropeffect: "link" | "move" | "copy" | "none" | "execute" | "popup"

Defined in: node_modules/@types/react/index.d.ts:2452

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

Partial.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Defined in: node_modules/@types/react/index.d.ts:2457

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

Partial.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2459

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

Partial.aria-expanded


aria-flowto?

optional aria-flowto: string

Defined in: node_modules/@types/react/index.d.ts:2464

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

Partial.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2469

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

Partial.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree"

Defined in: node_modules/@types/react/index.d.ts:2471

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

Partial.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2476

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Partial.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Defined in: node_modules/@types/react/index.d.ts:2481

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

Partial.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Defined in: node_modules/@types/react/index.d.ts:2483

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

Partial.aria-keyshortcuts


aria-label?

optional aria-label: string

Defined in: node_modules/@types/react/index.d.ts:2488

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Partial.aria-label


aria-labelledby?

optional aria-labelledby: string

Defined in: node_modules/@types/react/index.d.ts:2493

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

Partial.aria-labelledby


aria-level?

optional aria-level: number

Defined in: node_modules/@types/react/index.d.ts:2495

Defines the hierarchical level of an element within a structure.

Inherited from

Partial.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

Defined in: node_modules/@types/react/index.d.ts:2497

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

Partial.aria-live


aria-modal?

optional aria-modal: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2499

Indicates whether an element is modal when displayed.

Inherited from

Partial.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2501

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

Partial.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2503

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

Partial.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Defined in: node_modules/@types/react/index.d.ts:2505

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

Partial.aria-orientation


aria-owns?

optional aria-owns: string

Defined in: node_modules/@types/react/index.d.ts:2511

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

Partial.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defined in: node_modules/@types/react/index.d.ts:2516

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

Partial.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defined in: node_modules/@types/react/index.d.ts:2521

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

Partial.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Defined in: node_modules/@types/react/index.d.ts:2526

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Partial.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2531

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

Partial.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Defined in: node_modules/@types/react/index.d.ts:2536

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

Partial.aria-relevant


aria-required?

optional aria-required: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2549

Indicates that user input is required on the element before a form may be submitted.

Inherited from

Partial.aria-required


aria-roledescription?

optional aria-roledescription: string

Defined in: node_modules/@types/react/index.d.ts:2551

Defines a human-readable, author-localized description for the role of an element.

Inherited from

Partial.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defined in: node_modules/@types/react/index.d.ts:2556

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

Partial.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defined in: node_modules/@types/react/index.d.ts:2561

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

Partial.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defined in: node_modules/@types/react/index.d.ts:2566

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

Partial.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defined in: node_modules/@types/react/index.d.ts:2571

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

Partial.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2576

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Partial.aria-selected


aria-setsize?

optional aria-setsize: number

Defined in: node_modules/@types/react/index.d.ts:2581

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

Partial.aria-setsize


aria-sort?

optional aria-sort: "none" | "ascending" | "descending" | "other"

Defined in: node_modules/@types/react/index.d.ts:2583

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

Partial.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defined in: node_modules/@types/react/index.d.ts:2585

Defines the maximum allowed value for a range widget.

Inherited from

Partial.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defined in: node_modules/@types/react/index.d.ts:2587

Defines the minimum allowed value for a range widget.

Inherited from

Partial.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defined in: node_modules/@types/react/index.d.ts:2592

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Partial.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defined in: node_modules/@types/react/index.d.ts:2594

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

Partial.aria-valuetext


autoCapitalize?

optional autoCapitalize: string & { } | "none" | "off" | "on" | "sentences" | "words" | "characters"

Defined in: node_modules/@types/react/index.d.ts:2679

Inherited from

Partial.autoCapitalize


autoComplete?

optional autoComplete: HTMLInputAutoCompleteAttribute

Defined in: node_modules/@types/react/index.d.ts:3164

Inherited from

Partial.autoComplete


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2718

Inherited from

Partial.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2680

Inherited from

Partial.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2719

Inherited from

Partial.autoSave


bd?

optional bd: StyleProp<undefined | Border<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:41

Border

Inherited from

Partial.bd


bg?

optional bg: StyleProp<DefaultMantineColor>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:43

Background, theme key: theme.colors

Inherited from

Partial.bg


bga?

optional bga: StyleProp<undefined | BackgroundAttachment>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:84

BackgroundAttachment

Inherited from

Partial.bga


bgp?

optional bgp: StyleProp<undefined | BackgroundPosition<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:80

BackgroundPosition

Inherited from

Partial.bgp


bgr?

optional bgr: StyleProp<undefined | BackgroundRepeat>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:82

BackgroundRepeat

Inherited from

Partial.bgr


bgsz?

optional bgsz: StyleProp<undefined | BackgroundSize<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:78

BackgroundSize

Inherited from

Partial.bgsz


bottom?

optional bottom: StyleProp<undefined | Bottom<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:89

Inherited from

Partial.bottom


c?

optional c: StyleProp<DefaultMantineColor>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:45

Color

Inherited from

Partial.c


capture?

optional capture: boolean | "user" | "environment"

Defined in: node_modules/@types/react/index.d.ts:3165

Inherited from

Partial.capture


checked?

optional checked: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:314

Inherited from

NotToggleProps.checked


className?

optional className: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:56

CSS classNames to be applied.

This is string and not Classname because the Rule and RuleGroup components run clsx() to produce the className that gets passed to each subcomponent.

Inherited from

NotToggleProps.className


classNames?

optional classNames: Partial<Record<SwitchStylesNames, string>> | (theme: MantineTheme, props: SwitchProps, ctx: unknown) => Partial<Record<SwitchStylesNames, string>>

Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:30

Inherited from

Partial.classNames


color?

optional color: 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, theme.primaryColor by default

Inherited from

Partial.color


content?

optional content: string

Defined in: node_modules/@types/react/index.d.ts:2706

Inherited from

Partial.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Defined in: node_modules/@types/react/index.d.ts:2682

Inherited from

Partial.contentEditable


context?

optional context: any

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:77

Container for custom props that are passed to all components.

Inherited from

NotToggleProps.context


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2683

Inherited from

Partial.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: { __html: string | TrustedHTML; }

Defined in: node_modules/@types/react/index.d.ts:2153

__html

__html: string | TrustedHTML

Inherited from

Partial.dangerouslySetInnerHTML


darkHidden?

optional darkHidden: 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?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2707

Inherited from

Partial.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@types/react/index.d.ts:2672

Inherited from

Partial.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2673

Inherited from

Partial.defaultValue


description?

optional description: ReactNode

Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:30

Description displayed below the label

Inherited from

Partial.description


dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2684

Inherited from

Partial.dir


disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:72

Disables the control.

Inherited from

NotToggleProps.disabled


display?

optional display: StyleProp<undefined | Display>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:92

Inherited from

Partial.display


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2685

Inherited from

Partial.draggable


enterKeyHint?

optional enterKeyHint: "search" | "done" | "enter" | "go" | "next" | "previous" | "send"

Defined in: node_modules/@types/react/index.d.ts:2686

Inherited from

Partial.enterKeyHint


error?

optional error: ReactNode

Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:32

Error displayed below the label

Inherited from

Partial.error


exportparts?

optional exportparts: string

Defined in: node_modules/@types/react/index.d.ts:2753

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

Partial.exportparts


ff?

optional ff: StyleProp<"text" | string & { } | "heading" | "monospace">

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:48

FontFamily

Inherited from

Partial.ff


flex?

optional flex: StyleProp<undefined | Flex<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:93

Inherited from

Partial.flex


form?

optional form: string

Defined in: node_modules/@types/react/index.d.ts:3168

Inherited from

Partial.form


formAction?

optional formAction: string | (formData: FormData) => void | Promise<void>

Defined in: node_modules/@types/react/index.d.ts:3169

Inherited from

Partial.formAction


formEncType?

optional formEncType: string

Defined in: node_modules/@types/react/index.d.ts:3176

Inherited from

Partial.formEncType


formMethod?

optional formMethod: string

Defined in: node_modules/@types/react/index.d.ts:3177

Inherited from

Partial.formMethod


formNoValidate?

optional formNoValidate: boolean

Defined in: node_modules/@types/react/index.d.ts:3178

Inherited from

Partial.formNoValidate


formTarget?

optional formTarget: string

Defined in: node_modules/@types/react/index.d.ts:3179

Inherited from

Partial.formTarget


fs?

optional fs: StyleProp<undefined | FontStyle>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:60

FontStyle

Inherited from

Partial.fs


fw?

optional fw: StyleProp<undefined | FontWeight>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:52

FontWeight

Inherited from

Partial.fw


fz?

optional fz: 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:50

FontSize, theme key: theme.fontSizes

Inherited from

Partial.fz


h?

optional h: StyleProp<undefined | Height<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:72

Height, theme key: theme.spacing

Inherited from

Partial.h


height?

optional height: string | number

Defined in: node_modules/@types/react/index.d.ts:3180

Inherited from

Partial.height


hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2687

Inherited from

Partial.hidden


hiddenFrom?

optional hiddenFrom: 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?

optional id: 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?

optional inert: boolean

Defined in: node_modules/@types/react/index.d.ts:2739

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

Partial.inert


inlist?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2708

Inherited from

Partial.inlist


inputMode?

optional inputMode: "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"

Defined in: node_modules/@types/react/index.d.ts:2744

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?

optional inset: StyleProp<undefined | Inset<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:91

Inherited from

Partial.inset


is?

optional is: string

Defined in: node_modules/@types/react/index.d.ts:2749

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?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2724

Inherited from

Partial.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2721

Inherited from

Partial.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2725

Inherited from

Partial.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2722

Inherited from

Partial.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2723

Inherited from

Partial.itemType


key?

optional key: null | Key

Defined in: node_modules/@types/react/index.d.ts:249

Inherited from

Partial.key


label?

optional label: ReactNode

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:316

Inherited from

NotToggleProps.label


labelPosition?

optional labelPosition: "left" | "right"

Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:28

Position of the label relative to the input, 'right' by default

Inherited from

Partial.labelPosition


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2689

Inherited from

Partial.lang


left?

optional left: StyleProp<undefined | Left<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:88

Inherited from

Partial.left


level

level: number

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:64

The level of the current group. Always equal to path.length.

Inherited from

NotToggleProps.level


lh?

optional lh: 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:58

LineHeight, theme key: lineHeights

Inherited from

Partial.lh


lightHidden?

optional lightHidden: 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?

optional list: string

Defined in: node_modules/@types/react/index.d.ts:3181

Inherited from

Partial.list


lts?

optional lts: StyleProp<undefined | LetterSpacing<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:54

LetterSpacing

Inherited from

Partial.lts


m?

optional m: 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?

optional mah: StyleProp<undefined | MaxHeight<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:76

MaxHeight, theme key: theme.spacing

Inherited from

Partial.mah


maw?

optional maw: StyleProp<undefined | MaxWidth<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:70

MaxWidth, theme key: theme.spacing

Inherited from

Partial.maw


max?

optional max: string | number

Defined in: node_modules/@types/react/index.d.ts:3182

Inherited from

Partial.max


maxLength?

optional maxLength: number

Defined in: node_modules/@types/react/index.d.ts:3183

Inherited from

Partial.maxLength


mb?

optional mb: 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?

optional me: 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?

optional mih: StyleProp<undefined | MinHeight<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:74

MinHeight, theme key: theme.spacing

Inherited from

Partial.mih


min?

optional min: string | number

Defined in: node_modules/@types/react/index.d.ts:3184

Inherited from

Partial.min


minLength?

optional minLength: number

Defined in: node_modules/@types/react/index.d.ts:3185

Inherited from

Partial.minLength


miw?

optional miw: StyleProp<undefined | MinWidth<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:68

MinWidth, theme key: theme.spacing

Inherited from

Partial.miw


ml?

optional ml: 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?

optional mod: 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?

optional mr: 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?

optional ms: 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?

optional mt: 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?

optional multiple: boolean

Defined in: node_modules/@types/react/index.d.ts:3186

Inherited from

Partial.multiple


mx?

optional mx: 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?

optional my: 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?

optional name: string

Defined in: node_modules/@types/react/index.d.ts:3187

Inherited from

Partial.name


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2690

Inherited from

Partial.nonce


offLabel?

optional offLabel: 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?

optional onAbort: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2212

Inherited from

Partial.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2213

Inherited from

Partial.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

Partial.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

Partial.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2344

Inherited from

Partial.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2345

Inherited from

Partial.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2340

Inherited from

Partial.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2341

Inherited from

Partial.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2258

Inherited from

Partial.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2259

Inherited from

Partial.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2184

Inherited from

Partial.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2185

Inherited from

Partial.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2349

Inherited from

Partial.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2178

Inherited from

Partial.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2179

Inherited from

Partial.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2214

Inherited from

Partial.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2215

Inherited from

Partial.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2216

Inherited from

Partial.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2217

Inherited from

Partial.onCanPlayThroughCapture


onChange?

optional onChange: ChangeEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:3199

Inherited from

Partial.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2183

Inherited from

Partial.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2260

Inherited from

Partial.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2261

Inherited from

Partial.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2168

Inherited from

Partial.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2169

Inherited from

Partial.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2170

Inherited from

Partial.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2171

Inherited from

Partial.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2172

Inherited from

Partial.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2173

Inherited from

Partial.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2262

Inherited from

Partial.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2263

Inherited from

Partial.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2160

Inherited from

Partial.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2161

Inherited from

Partial.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2162

Inherited from

Partial.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2163

Inherited from

Partial.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2264

Inherited from

Partial.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2265

Inherited from

Partial.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2266

Inherited from

Partial.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2267

Inherited from

Partial.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2268

Inherited from

Partial.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2269

Inherited from

Partial.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2270

Inherited from

Partial.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2271

Inherited from

Partial.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2272

Inherited from

Partial.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2273

Inherited from

Partial.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2274

Inherited from

Partial.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

Partial.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

Partial.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2277

Inherited from

Partial.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2278

Inherited from

Partial.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

Partial.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

Partial.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2281

Inherited from

Partial.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2218

Inherited from

Partial.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2219

Inherited from

Partial.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2220

Inherited from

Partial.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2221

Inherited from

Partial.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2222

Inherited from

Partial.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2223

Inherited from

Partial.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2224

Inherited from

Partial.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2225

Inherited from

Partial.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2198

Inherited from

Partial.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2199

Inherited from

Partial.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2176

Inherited from

Partial.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2177

Inherited from

Partial.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

Partial.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2325

Inherited from

Partial.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2186

Inherited from

Partial.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2187

Inherited from

Partial.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2192

Inherited from

Partial.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2193

Inherited from

Partial.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2202

Inherited from

Partial.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2203

Inherited from

Partial.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2205

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

Partial.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2207

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

Partial.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2208

Inherited from

Partial.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2209

Inherited from

Partial.onKeyUpCapture


onLabel?

optional onLabel: 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?

optional onLoad: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2196

Inherited from

Partial.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2197

Inherited from

Partial.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2226

Inherited from

Partial.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2227

Inherited from

Partial.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2228

Inherited from

Partial.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2229

Inherited from

Partial.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2230

Inherited from

Partial.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2231

Inherited from

Partial.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2326

Inherited from

Partial.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

Partial.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2282

Inherited from

Partial.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

Partial.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

Partial.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

Partial.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

Partial.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2287

Inherited from

Partial.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2288

Inherited from

Partial.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2289

Inherited from

Partial.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2290

Inherited from

Partial.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

Partial.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

Partial.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

Partial.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2164

Inherited from

Partial.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2165

Inherited from

Partial.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2232

Inherited from

Partial.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2233

Inherited from

Partial.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2234

Inherited from

Partial.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2235

Inherited from

Partial.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2236

Inherited from

Partial.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2237

Inherited from

Partial.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2316

Inherited from

Partial.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2317

Inherited from

Partial.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2310

Inherited from

Partial.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2311

Inherited from

Partial.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2318

Inherited from

Partial.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2319

Inherited from

Partial.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

Partial.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2313

Inherited from

Partial.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Inherited from

Partial.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

Partial.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2320

Inherited from

Partial.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2321

Inherited from

Partial.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2314

Inherited from

Partial.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2315

Inherited from

Partial.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2238

Inherited from

Partial.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2239

Inherited from

Partial.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2240

Inherited from

Partial.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2241

Inherited from

Partial.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2188

Inherited from

Partial.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2189

Inherited from

Partial.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2330

Inherited from

Partial.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

Partial.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

Partial.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

Partial.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2242

Inherited from

Partial.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2243

Inherited from

Partial.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2244

Inherited from

Partial.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2245

Inherited from

Partial.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2296

Inherited from

Partial.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2297

Inherited from

Partial.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2246

Inherited from

Partial.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2247

Inherited from

Partial.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2190

Inherited from

Partial.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2191

Inherited from

Partial.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2248

Inherited from

Partial.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2249

Inherited from

Partial.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2250

Inherited from

Partial.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2251

Inherited from

Partial.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

Partial.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2300

Inherited from

Partial.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2301

Inherited from

Partial.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2302

Inherited from

Partial.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

Partial.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2304

Inherited from

Partial.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2305

Inherited from

Partial.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

Partial.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2307

Inherited from

Partial.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2352

Inherited from

Partial.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2353

Inherited from

Partial.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

Partial.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2355

Inherited from

Partial.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2356

Inherited from

Partial.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2357

Inherited from

Partial.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

Partial.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2359

Inherited from

Partial.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2252

Inherited from

Partial.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2253

Inherited from

Partial.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2254

Inherited from

Partial.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2255

Inherited from

Partial.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

Partial.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLInputElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

Partial.onWheelCapture


opacity?

optional opacity: StyleProp<undefined | Opacity>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:46

Inherited from

Partial.opacity


p?

optional p: 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?

optional part: string

Defined in: node_modules/@types/react/index.d.ts:2757

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/propsUsingReact.ts:60

Path to this subcomponent's rule/group within the query.

Inherited from

NotToggleProps.path


pattern?

optional pattern: string

Defined in: node_modules/@types/react/index.d.ts:3188

Inherited from

Partial.pattern


pb?

optional pb: 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?

optional pe: 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?

optional pl: 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?

optional placeholder: string

Defined in: node_modules/@types/react/index.d.ts:3189

Inherited from

Partial.placeholder


popover?

optional popover: "" | "auto" | "manual"

Defined in: node_modules/@types/react/index.d.ts:2731

Inherited from

Partial.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2733

Inherited from

Partial.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Defined in: node_modules/@types/react/index.d.ts:2732

Inherited from

Partial.popoverTargetAction


pos?

optional pos: StyleProp<undefined | Position>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:86

Position

Inherited from

Partial.pos


pr?

optional pr: 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?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2709

Inherited from

Partial.prefix


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2710

Inherited from

Partial.property


ps?

optional ps: 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?

optional pt: 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?

optional px: 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?

optional py: 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?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2699

Inherited from

Partial.radioGroup


radius?

optional radius: 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, "xl" by default

Inherited from

Partial.radius


readOnly?

optional readOnly: boolean

Defined in: node_modules/@types/react/index.d.ts:3190

Inherited from

Partial.readOnly


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2711

Inherited from

Partial.rel


required?

optional required: boolean

Defined in: node_modules/@types/react/index.d.ts:3191

Inherited from

Partial.required


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2712

Inherited from

Partial.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2726

Inherited from

Partial.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2713

Inherited from

Partial.rev


optional right: StyleProp<undefined | Right<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:90

Inherited from

Partial.right


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2702

Inherited from

Partial.role


rootRef?

optional rootRef: 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/propsUsingReact.ts:317

Inherited from

NotToggleProps.ruleGroup


schema

schema: Schema<{[key: string]: unknown; className?: Classname; comparator?: string | (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; value?: string | undefined; label: string; disabled?: boolean | undefined; name: string; }> | undefined; ... 9 more ...; className?: Clas..., operator: string) => boolean; defaultOperator?: string; defaultValue?: any; disabled?: boolean; id?: string; inputType?: null | InputType; label: string; name: string; operators?: FlexibleOptionList<{[key: string]: unknown; disabled?: boolean; label: string; name: string; value?: string; }>; placeholder?: string; validator?: RuleValidator; value: string; valueEditorType?: ValueEditorType | (operator: string) => ValueEditorType; values?: FlexibleOptionList<{[key: string]: unknown; disabled?: boolean; label: string; name: string; value?: string; }>; valueSources?: ValueSources | (operator: string) => ValueSources; }, string>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:89

All subcomponents receive the configuration schema as a prop.

Inherited from

NotToggleProps.schema


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2727

Inherited from

Partial.security


size?

optional size: 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?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2691

Inherited from

Partial.slot


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2692

Inherited from

Partial.spellCheck


src?

optional src: string

Defined in: node_modules/@types/react/index.d.ts:3193

Inherited from

Partial.src


step?

optional step: string | number

Defined in: node_modules/@types/react/index.d.ts:3194

Inherited from

Partial.step


style?

optional style: 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?

optional styles: Partial<Record<SwitchStylesNames, CSSProperties>> | (theme: MantineTheme, props: SwitchProps, ctx: unknown) => Partial<Record<SwitchStylesNames, CSSProperties>>

Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:31

Inherited from

Partial.styles


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2674

Inherited from

Partial.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2675

Inherited from

Partial.suppressHydrationWarning


ta?

optional ta: StyleProp<undefined | TextAlign>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:56

TextAlign

Inherited from

Partial.ta


tabIndex?

optional tabIndex: number

Defined in: node_modules/@types/react/index.d.ts:2694

Inherited from

Partial.tabIndex


td?

optional td: StyleProp<undefined | TextDecoration<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:64

TextDecoration

Inherited from

Partial.td


testID?

optional testID: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:85

Test ID for this component.

Inherited from

NotToggleProps.testID


thumbIcon?

optional thumbIcon: 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?

optional title: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:68

The title/tooltip for this control.

Inherited from

NotToggleProps.title


top?

optional top: StyleProp<undefined | Top<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:87

Inherited from

Partial.top


translate?

optional translate: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2696

Inherited from

Partial.translate


tt?

optional tt: StyleProp<undefined | TextTransform>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:62

TextTransform

Inherited from

Partial.tt


type?

optional type: HTMLInputTypeAttribute

Defined in: node_modules/@types/react/index.d.ts:3195

Inherited from

Partial.type


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2714

Inherited from

Partial.typeof


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2728

Inherited from

Partial.unselectable


unstyled?

optional unstyled: boolean

Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:28

Inherited from

Partial.unstyled


validation?

optional validation: boolean | ValidationResult

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:81

Validation result of the parent rule/group.

Inherited from

NotToggleProps.validation


value?

optional value: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:3196

Inherited from

Partial.value


variant?

optional variant: string

Defined in: node_modules/@mantine/core/lib/core/styles-api/styles-api.types.d.ts:29

Inherited from

Partial.variant


vars?

optional vars: 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:32

Inherited from

Partial.vars


visibleFrom?

optional visibleFrom: 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?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2715

Inherited from

Partial.vocab


w?

optional w: StyleProp<undefined | Width<string | number>>

Defined in: node_modules/@mantine/core/lib/core/Box/style-props/style-props.types.d.ts:66

Width, theme key: theme.spacing

Inherited from

Partial.w


width?

optional width: string | number

Defined in: node_modules/@types/react/index.d.ts:3197

Inherited from

Partial.width


withThumbIndicator?

optional withThumbIndicator: boolean

Defined in: node_modules/@mantine/core/lib/components/Switch/Switch.d.ts:36

If set, the indicator will be displayed inside thumb, true by default

Inherited from

Partial.withThumbIndicator


wrapperProps?

optional wrapperProps: 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


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.