Skip to main content

TremorNotToggleProps

Defined in: packages/tremor/src/TremorNotToggle.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

about?

optional about: string

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

Inherited from

Omit.about


accessKey?

optional accessKey: string

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

Inherited from

Omit.accessKey


aria-activedescendant?

optional aria-activedescendant: string

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

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

Inherited from

Omit.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

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

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

Inherited from

Omit.aria-atomic


aria-autocomplete?

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

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

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

Inherited from

Omit.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

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

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

See

aria-label.

Inherited from

Omit.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

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

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

See

aria-roledescription.

Inherited from

Omit.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

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

Inherited from

Omit.aria-busy


aria-checked?

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

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

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

See

  • aria-pressed
  • aria-selected.

Inherited from

Omit.aria-checked


aria-colcount?

optional aria-colcount: number

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

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

See

aria-colindex.

Inherited from

Omit.aria-colcount


aria-colindex?

optional aria-colindex: number

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

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

See

  • aria-colcount
  • aria-colspan.

Inherited from

Omit.aria-colindex


aria-colindextext?

optional aria-colindextext: string

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

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

Omit.aria-colindextext


aria-colspan?

optional aria-colspan: number

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

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

See

  • aria-colindex
  • aria-rowspan.

Inherited from

Omit.aria-colspan


aria-controls?

optional aria-controls: string

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

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

See

aria-owns.

Inherited from

Omit.aria-controls


aria-current?

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

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

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

Inherited from

Omit.aria-current


aria-describedby?

optional aria-describedby: string

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

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

See

aria-labelledby

Inherited from

Omit.aria-describedby


aria-description?

optional aria-description: string

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

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

See

related aria-describedby.

Inherited from

Omit.aria-description


aria-details?

optional aria-details: string

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

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

See

aria-describedby.

Inherited from

Omit.aria-details


aria-disabled?

optional aria-disabled: Booleanish

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

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

See

  • aria-hidden
  • aria-readonly.

Inherited from

Omit.aria-disabled


aria-dropeffect?

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

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

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

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

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

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

See

  • aria-invalid
  • aria-describedby.

Inherited from

Omit.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

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

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

Inherited from

Omit.aria-expanded


aria-flowto?

optional aria-flowto: string

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

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

Inherited from

Omit.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

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

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

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-grabbed


aria-haspopup?

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

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

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

Inherited from

Omit.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

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

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Omit.aria-hidden


aria-invalid?

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

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

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

See

aria-errormessage.

Inherited from

Omit.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

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

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

Inherited from

Omit.aria-keyshortcuts


aria-label?

optional aria-label: string

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

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Omit.aria-label


aria-labelledby?

optional aria-labelledby: string

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

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

See

aria-describedby.

Inherited from

Omit.aria-labelledby


aria-level?

optional aria-level: number

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

Defines the hierarchical level of an element within a structure.

Inherited from

Omit.aria-level


aria-live?

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

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

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

Inherited from

Omit.aria-live


aria-modal?

optional aria-modal: Booleanish

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

Indicates whether an element is modal when displayed.

Inherited from

Omit.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

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

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

Inherited from

Omit.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

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

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

Inherited from

Omit.aria-multiselectable


aria-orientation?

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

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

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

Inherited from

Omit.aria-orientation


aria-owns?

optional aria-owns: string

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

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

See

aria-controls.

Inherited from

Omit.aria-owns


aria-placeholder?

optional aria-placeholder: string

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

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

Inherited from

Omit.aria-placeholder


aria-posinset?

optional aria-posinset: number

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

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

See

aria-setsize.

Inherited from

Omit.aria-posinset


aria-pressed?

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

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

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Omit.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

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

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

See

aria-disabled.

Inherited from

Omit.aria-readonly


aria-relevant?

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

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

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

See

aria-atomic.

Inherited from

Omit.aria-relevant


aria-required?

optional aria-required: Booleanish

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

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

Inherited from

Omit.aria-required


aria-roledescription?

optional aria-roledescription: string

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

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

Inherited from

Omit.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

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

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

See

aria-rowindex.

Inherited from

Omit.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

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

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

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

Omit.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

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

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

Omit.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

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

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

See

  • aria-rowindex
  • aria-colspan.

Inherited from

Omit.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

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

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Omit.aria-selected


aria-setsize?

optional aria-setsize: number

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

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

See

aria-posinset.

Inherited from

Omit.aria-setsize


aria-sort?

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

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

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

Inherited from

Omit.aria-sort


aria-valuemax?

optional aria-valuemax: number

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

Defines the maximum allowed value for a range widget.

Inherited from

Omit.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

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

Defines the minimum allowed value for a range widget.

Inherited from

Omit.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

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

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Omit.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

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

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

Inherited from

Omit.aria-valuetext


autoCapitalize?

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

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

Inherited from

Omit.autoCapitalize


autoCorrect?

optional autoCorrect: string

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

Inherited from

Omit.autoCorrect


autoFocus?

optional autoFocus: boolean

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

Inherited from

Omit.autoFocus


autoSave?

optional autoSave: string

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

Inherited from

Omit.autoSave


checked?

optional checked: boolean

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

Inherited from

NotToggleProps.checked


children?

optional children: ReactNode

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

Inherited from

Omit.children


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


color?

optional color: any

Defined in: node_modules/@tremor/react/dist/index.d.ts:397

Inherited from

Omit.color


content?

optional content: string

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

Inherited from

Omit.content


contentEditable?

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

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

Inherited from

Omit.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

Omit.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: { __html: string | TrustedHTML; }

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

__html

__html: string | TrustedHTML

Inherited from

Omit.dangerouslySetInnerHTML


datatype?

optional datatype: string

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

Inherited from

Omit.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@tremor/react/dist/index.d.ts:395

Inherited from

Omit.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

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

Inherited from

Omit.defaultValue


dir?

optional dir: string

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

Inherited from

Omit.dir


disabled?

optional disabled: boolean

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

Disables the control.

Inherited from

NotToggleProps.disabled


draggable?

optional draggable: Booleanish

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

Inherited from

Omit.draggable


enterKeyHint?

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

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

Inherited from

Omit.enterKeyHint


error?

optional error: boolean

Defined in: node_modules/@tremor/react/dist/index.d.ts:399

Inherited from

Omit.error


errorMessage?

optional errorMessage: string

Defined in: node_modules/@tremor/react/dist/index.d.ts:400

Inherited from

Omit.errorMessage


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

Omit.exportparts


hidden?

optional hidden: boolean

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

Inherited from

Omit.hidden


id?

optional id: string

Defined in: node_modules/@tremor/react/dist/index.d.ts:403

Inherited from

Omit.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

Omit.inert


inlist?

optional inlist: any

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

Inherited from

Omit.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

Omit.inputMode


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

Omit.is


itemID?

optional itemID: string

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

Inherited from

Omit.itemID


itemProp?

optional itemProp: string

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

Inherited from

Omit.itemProp


itemRef?

optional itemRef: string

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

Inherited from

Omit.itemRef


itemScope?

optional itemScope: boolean

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

Inherited from

Omit.itemScope


itemType?

optional itemType: string

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

Inherited from

Omit.itemType


label?

optional label: ReactNode

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

Inherited from

NotToggleProps.label


lang?

optional lang: string

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

Inherited from

Omit.lang


level

level: number

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

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

Inherited from

NotToggleProps.level


name?

optional name: string

Defined in: node_modules/@tremor/react/dist/index.d.ts:398

Inherited from

Omit.name


nonce?

optional nonce: string

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

Inherited from

Omit.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLDivElement>

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

Inherited from

Omit.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLDivElement>

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

Inherited from

Omit.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLDivElement>

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

Inherited from

Omit.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCanPlayThroughCapture


onChange()?

optional onChange: (value: boolean) => void

Defined in: node_modules/@tremor/react/dist/index.d.ts:396

Parameters

ParameterType
valueboolean

Returns

void

Inherited from

Omit.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLDivElement>

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

Inherited from

Omit.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLDivElement>

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

Inherited from

Omit.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLDivElement>

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

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

Omit.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>

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

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

Omit.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>

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

Inherited from

Omit.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>

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

Inherited from

Omit.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLDivElement>

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

Inherited from

Omit.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLDivElement>

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

Inherited from

Omit.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLDivElement>

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

Inherited from

Omit.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLDivElement>

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

Inherited from

Omit.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLDivElement>

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

Inherited from

Omit.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLDivElement>

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

Inherited from

Omit.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLDivElement>

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

Inherited from

Omit.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLDivElement>

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

Inherited from

Omit.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLDivElement>

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

Inherited from

Omit.onWheelCapture


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

Omit.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


popover?

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

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

Inherited from

Omit.popover


popoverTarget?

optional popoverTarget: string

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

Inherited from

Omit.popoverTarget


popoverTargetAction?

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

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

Inherited from

Omit.popoverTargetAction


prefix?

optional prefix: string

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

Inherited from

Omit.prefix


property?

optional property: string

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

Inherited from

Omit.property


radioGroup?

optional radioGroup: string

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

Inherited from

Omit.radioGroup


rel?

optional rel: string

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

Inherited from

Omit.rel


required?

optional required: boolean

Defined in: node_modules/@tremor/react/dist/index.d.ts:402

Inherited from

Omit.required


resource?

optional resource: string

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

Inherited from

Omit.resource


results?

optional results: number

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

Inherited from

Omit.results


rev?

optional rev: string

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

Inherited from

Omit.rev


role?

optional role: AriaRole

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

Inherited from

Omit.role


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

Omit.security


slot?

optional slot: string

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

Inherited from

Omit.slot


spellCheck?

optional spellCheck: Booleanish

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

Inherited from

Omit.spellCheck


style?

optional style: CSSProperties

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

Inherited from

Omit.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

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

Inherited from

Omit.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

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

Inherited from

Omit.suppressHydrationWarning


tabIndex?

optional tabIndex: number

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

Inherited from

Omit.tabIndex


testID?

optional testID: string

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

Test ID for this component.

Inherited from

NotToggleProps.testID


title?

optional title: string

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

The title/tooltip for this control.

Inherited from

NotToggleProps.title


tooltip?

optional tooltip: string

Defined in: node_modules/@tremor/react/dist/index.d.ts:404

Inherited from

Omit.tooltip


translate?

optional translate: "yes" | "no"

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

Inherited from

Omit.translate


typeof?

optional typeof: string

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

Inherited from

Omit.typeof


unselectable?

optional unselectable: "off" | "on"

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

Inherited from

Omit.unselectable


validation?

optional validation: boolean | ValidationResult

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

Validation result of the parent rule/group.

Inherited from

NotToggleProps.validation


vocab?

optional vocab: string

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

Inherited from

Omit.vocab


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.