TremorNotToggleProps
Defined in: packages/tremor/src/TremorNotToggle.tsx:9
Extends
NotToggleProps.Omit<Partial<SwitchProps>,"label">
Methods
handleOnChange()
handleOnChange(
checked:boolean):void
Defined in: packages/react-querybuilder/src/types/props.ts:308
Parameters
| Parameter | Type |
|---|---|
checked | boolean |
Returns
void
Inherited from
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2759
Inherited from
Omit.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2732
Inherited from
Omit.accessKey
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2430
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
TremorActionProps.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2432
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
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2437
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
TremorActionProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2443
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
TremorActionProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2448
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
TremorActionProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2449
Inherited from
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2454
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
TremorActionProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2459
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
TremorActionProps.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2464
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
TremorActionProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2469
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
TremorActionProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2474
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
TremorActionProps.aria-colspan
aria-controls?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2479
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
TremorActionProps.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"page"|"step"|"location"
Defined in: node_modules/@types/react/index.d.ts:2481
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
TremorActionProps.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2486
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
TremorActionProps.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2491
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
TremorActionProps.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2496
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
TremorActionProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2501
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
TremorActionProps.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"move"|"copy"|"execute"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2506
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
TremorActionProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2511
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
TremorActionProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2513
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
TremorActionProps.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2518
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
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2523
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
TremorActionProps.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"menu"|"grid"|"listbox"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2525
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
TremorActionProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2530
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2535
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
TremorActionProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2537
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
TremorActionProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2542
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2547
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
TremorActionProps.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2549
Defines the hierarchical level of an element within a structure.
Inherited from
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2551
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
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2553
Indicates whether an element is modal when displayed.
Inherited from
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2555
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
TremorActionProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2557
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
TremorActionProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2559
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
TremorActionProps.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2565
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
aria-placeholder?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2570
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
TremorActionProps.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2575
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
TremorActionProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2580
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
TremorActionProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2585
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
TremorActionProps.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/@types/react/index.d.ts:2590
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
TremorActionProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2603
Indicates that user input is required on the element before a form may be submitted.
Inherited from
TremorActionProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2605
Defines a human-readable, author-localized description for the role of an element.
Inherited from
TremorActionProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2610
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
TremorActionProps.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2615
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
TremorActionProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2620
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
TremorActionProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2625
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
TremorActionProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2630
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
TremorActionProps.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2635
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
TremorActionProps.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2637
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2639
Defines the maximum allowed value for a range widget.
Inherited from
TremorActionProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2641
Defines the minimum allowed value for a range widget.
Inherited from
TremorActionProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2646
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
TremorActionProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2648
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
TremorActionProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:string& { } |"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2733
Inherited from
Omit.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2772
Inherited from
Omit.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2734
Inherited from
Omit.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2773
Inherited from
Omit.autoSave
checked?
optionalchecked:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:307
Inherited from
children?
optionalchildren:ReactNode
Defined in: node_modules/@types/react/index.d.ts:2206
Inherited from
Omit.children
className?
optionalclassName:string
Defined in: packages/react-querybuilder/src/types/props.ts:74
CSS classNames to be applied.
This is string and not Classname because the Rule
and RuleGroup components run clsx() to produce the className
that gets passed to each subcomponent.
Inherited from
color?
optionalcolor:any
Defined in: node_modules/@tremor/react/dist/index.d.ts:397
Inherited from
Omit.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2760
Inherited from
Omit.content
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2736
Inherited from
Omit.contentEditable
context?
optionalcontext:any
Defined in: packages/react-querybuilder/src/types/props.ts:95
Container for custom props that are passed to all components.
Inherited from
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2737
Inherited from
Omit.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2207
__html
__html:
string|TrustedHTML
Inherited from
Omit.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2761
Inherited from
Omit.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@tremor/react/dist/index.d.ts:395
Inherited from
Omit.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2727
Inherited from
Omit.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2738
Inherited from
Omit.dir
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2739
Inherited from
Omit.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2740
Inherited from
Omit.enterKeyHint
error?
optionalerror:boolean
Defined in: node_modules/@tremor/react/dist/index.d.ts:399
Inherited from
Omit.error
errorMessage?
optionalerrorMessage:string
Defined in: node_modules/@tremor/react/dist/index.d.ts:400
Inherited from
Omit.errorMessage
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2807
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Omit.exportparts
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2741
Inherited from
Omit.hidden
id?
optionalid:string
Defined in: node_modules/@tremor/react/dist/index.d.ts:403
Inherited from
Omit.id
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2793
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Omit.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2762
Inherited from
Omit.inlist
inputMode?
optionalinputMode:"search"|"text"|"email"|"tel"|"url"|"none"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2798
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?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2803
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?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2778
Inherited from
Omit.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2775
Inherited from
Omit.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2779
Inherited from
Omit.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2776
Inherited from
Omit.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2777
Inherited from
Omit.itemType
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:309
Inherited from
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2743
Inherited from
Omit.lang
level
level:
number
Defined in: packages/react-querybuilder/src/types/props.ts:82
The level of the current group. Always equal to path.length.
Inherited from
name?
optionalname:string
Defined in: node_modules/@tremor/react/dist/index.d.ts:398
Inherited from
Omit.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2744
Inherited from
Omit.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
Omit.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
Omit.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
Omit.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
Omit.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
Omit.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
Omit.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
Omit.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
Omit.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
Omit.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
Omit.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
Omit.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
Omit.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
Omit.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2232
Inherited from
Omit.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2233
Inherited from
Omit.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
Omit.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
Omit.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
Omit.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
Omit.onCanPlayThroughCapture
onChange()?
optionalonChange: (value:boolean) =>void
Defined in: node_modules/@tremor/react/dist/index.d.ts:396
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Omit.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2237
Inherited from
Omit.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
Omit.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
Omit.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2222
Inherited from
Omit.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2223
Inherited from
Omit.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2224
Inherited from
Omit.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2225
Inherited from
Omit.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2226
Inherited from
Omit.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2227
Inherited from
Omit.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
Omit.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
Omit.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2214
Inherited from
Omit.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2215
Inherited from
Omit.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2216
Inherited from
Omit.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2217
Inherited from
Omit.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
Omit.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
Omit.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
Omit.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
Omit.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
Omit.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
Omit.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
Omit.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
Omit.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
Omit.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
Omit.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
Omit.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
Omit.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
Omit.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
Omit.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
Omit.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
Omit.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from
Omit.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from
Omit.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2272
Inherited from
Omit.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2273
Inherited from
Omit.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
Omit.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
Omit.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
Omit.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
Omit.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
Omit.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
Omit.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2252
Inherited from
Omit.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2253
Inherited from
Omit.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2230
Inherited from
Omit.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2231
Inherited from
Omit.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
Omit.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
Omit.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
Omit.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
Omit.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
Omit.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
Omit.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
Omit.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
Omit.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2259
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
Omit.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Omit.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
Omit.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
Omit.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
Omit.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
Omit.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
Omit.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
Omit.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2282
Inherited from
Omit.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
Omit.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
Omit.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
Omit.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
Omit.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
Omit.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
Omit.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
Omit.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
Omit.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
Omit.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
Omit.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
Omit.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
Omit.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
Omit.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
Omit.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
Omit.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
Omit.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
Omit.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2218
Inherited from
Omit.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2219
Inherited from
Omit.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
Omit.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
Omit.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
Omit.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2289
Inherited from
Omit.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
Omit.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
Omit.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
Omit.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
Omit.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
Omit.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
Omit.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2372
Inherited from
Omit.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from
Omit.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
Omit.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
Omit.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from
Omit.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from
Omit.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
Omit.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
Omit.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
Omit.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
Omit.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
Omit.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
Omit.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
Omit.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
Omit.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
Omit.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
Omit.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
Omit.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
Omit.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from
Omit.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from
Omit.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
Omit.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
Omit.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
Omit.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
Omit.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
Omit.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
Omit.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
Omit.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
Omit.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2244
Inherited from
Omit.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2245
Inherited from
Omit.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
Omit.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
Omit.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
Omit.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
Omit.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
Omit.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
Omit.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
Omit.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
Omit.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
Omit.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
Omit.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
Omit.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
Omit.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
Omit.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from
Omit.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
Omit.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
Omit.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
Omit.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
Omit.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
Omit.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from
Omit.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2413
Inherited from
Omit.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
Omit.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
Omit.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
Omit.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
Omit.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
Omit.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLDivElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
Omit.onWheelCapture
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2811
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/props.ts:78
Path to this subcomponent's rule/group within the query.
Inherited from
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2785
Inherited from
Omit.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
Omit.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
Omit.popoverTargetAction
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2763
Inherited from
Omit.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2764
Inherited from
Omit.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2753
Inherited from
Omit.radioGroup
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2765
Inherited from
Omit.rel
required?
optionalrequired:boolean
Defined in: node_modules/@tremor/react/dist/index.d.ts:402
Inherited from
Omit.required
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2766
Inherited from
Omit.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
Omit.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2767
Inherited from
Omit.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2756
Inherited from
ruleGroup
ruleGroup:
RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:310
Inherited from
schema
schema:
Schema<{[key:string]:unknown;className?:Classname;comparator?:string| (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...,operator:string) =>boolean;defaultOperator?:string;defaultValue?:any;disabled?:boolean;id?:string;inputType?:InputType|null;label:string;matchModes?:boolean|MatchMode[] |FlexibleOption<MatchMode>[];name:string;operators?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }> |string[] |FlexibleOption<string>[] | string | FlexibleOption<string>[];placeholder?:string;subproperties?:FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...>;validator?:RuleValidator;value:string;valueEditorType?:ValueEditorType| (operator:string) =>ValueEditorType;values?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>;valueSources?:ValueSources|ValueSourceFlexibleOptions| (operator:string) => ValueSources | ValueSourceFlexibleOptions; },string>
Defined in: packages/react-querybuilder/src/types/props.ts:107
All subcomponents receive the configuration schema as a prop.
Inherited from
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2781
Inherited from
Omit.security
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2745
Inherited from
Omit.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2746
Inherited from
Omit.spellCheck
style?
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2747
Inherited from
Omit.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2728
Inherited from
Omit.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2729
Inherited from
Omit.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2748
Inherited from
Omit.tabIndex
testID?
optionaltestID:string
Defined in: packages/react-querybuilder/src/types/props.ts:103
Test ID for this component.
Inherited from
title?
optionaltitle:string
Defined in: packages/react-querybuilder/src/types/props.ts:86
The title/tooltip for this control.
Inherited from
tooltip?
optionaltooltip:string
Defined in: node_modules/@tremor/react/dist/index.d.ts:404
Inherited from
Omit.tooltip
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2750
Inherited from
Omit.translate
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2768
Inherited from
Omit.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2782
Inherited from
Omit.unselectable
validation?
optionalvalidation:boolean|ValidationResult
Defined in: packages/react-querybuilder/src/types/props.ts:99
Validation result of the parent rule/group.
Inherited from
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2769
Inherited from
Omit.vocab
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.