FluentNotToggleProps
Defined in: packages/fluent/src/FluentNotToggle.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:2783
Inherited from
Omit.about
accept?
optionalaccept:string
Defined in: node_modules/@types/react/index.d.ts:3241
Inherited from
Omit.accept
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2756
Inherited from
Omit.accessKey
alt?
optionalalt:string
Defined in: node_modules/@types/react/index.d.ts:3242
Inherited from
Omit.alt
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2454
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Omit.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2456
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
Omit.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2461
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
Omit.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2467
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
Omit.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2472
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
Omit.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
Omit.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2478
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
Omit.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2483
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
Omit.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2488
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
Omit.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2493
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
Omit.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2498
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
Omit.aria-colspan
aria-controls?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2503
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
Omit.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"page"|"step"|"location"
Defined in: node_modules/@types/react/index.d.ts:2505
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Omit.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2510
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
Omit.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2515
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
Omit.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2520
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
Omit.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2525
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
Omit.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"move"|"copy"|"execute"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2530
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2535
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
Omit.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2537
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Omit.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2542
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
Omit.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2547
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
Omit.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"menu"|"grid"|"listbox"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2549
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
Omit.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2554
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
Omit.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2559
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
Omit.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2561
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Omit.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2566
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
Omit.aria-label
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2571
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
Omit.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2573
Defines the hierarchical level of an element within a structure.
Inherited from
Omit.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2575
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
Omit.aria-live
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2577
Indicates whether an element is modal when displayed.
Inherited from
Omit.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2579
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Omit.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2581
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Omit.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2583
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Omit.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2589
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
Omit.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2594
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
Omit.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2599
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
Omit.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2604
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
Omit.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2609
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
Omit.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/@types/react/index.d.ts:2614
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
Omit.aria-relevant
aria-required?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2627
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Omit.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2629
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Omit.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2634
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
Omit.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2639
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
Omit.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2644
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
Omit.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2649
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
Omit.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2654
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
Omit.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2659
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
Omit.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2661
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Omit.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2663
Defines the maximum allowed value for a range widget.
Inherited from
Omit.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2665
Defines the minimum allowed value for a range widget.
Inherited from
Omit.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2670
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
Omit.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2672
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Omit.aria-valuetext
as?
optionalas:"input"
Defined in: node_modules/@fluentui/react-utilities/dist/index.d.ts:850
Inherited from
Omit.as
autoCapitalize?
optionalautoCapitalize:string& { } |"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2757
Inherited from
Omit.autoCapitalize
autoComplete?
optionalautoComplete:HTMLInputAutoCompleteAttribute
Defined in: node_modules/@types/react/index.d.ts:3243
Inherited from
Omit.autoComplete
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
Omit.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2758
Inherited from
Omit.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
Omit.autoSave
capture?
optionalcapture:boolean|"user"|"environment"
Defined in: node_modules/@types/react/index.d.ts:3244
Inherited from
Omit.capture
checked?
optionalchecked:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:307
Inherited from
children?
optionalchildren:undefined
Defined in: node_modules/@fluentui/react-utilities/dist/index.d.ts:1228
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:string
Defined in: node_modules/@types/react/index.d.ts:2798
Inherited from
Omit.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2784
Inherited from
Omit.content
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2760
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:2761
Inherited from
Omit.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2231
__html
__html:
string|TrustedHTML
Inherited from
Omit.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2785
Inherited from
Omit.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@fluentui/react-switch/dist/index.d.ts:49
Defines whether the Switch is initially in a checked state or not when rendered.
Default
false
Inherited from
Omit.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2751
Inherited from
Omit.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2762
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:2763
Inherited from
Omit.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2764
Inherited from
Omit.enterKeyHint
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2831
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Omit.exportparts
form?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3247
Inherited from
Omit.form
formAction?
optionalformAction:string| (formData:FormData) =>void|Promise<void>
Defined in: node_modules/@types/react/index.d.ts:3248
Inherited from
Omit.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3255
Inherited from
Omit.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3256
Inherited from
Omit.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3257
Inherited from
Omit.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3258
Inherited from
Omit.formTarget
height?
optionalheight:string|number
Defined in: node_modules/@types/react/index.d.ts:3259
Inherited from
Omit.height
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2765
Inherited from
Omit.hidden
id?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2766
Inherited from
Omit.id
indicator?
optionalindicator:NonNullable<WithSlotShorthandValue<{ as?: "div" | undefined; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "children"> & { ...; }> | null>
Defined in: node_modules/@fluentui/react-switch/dist/index.d.ts:73
The track and the thumb sliding over it indicating the on and off status of the Switch.
Inherited from
Omit.indicator
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2817
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Omit.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
Omit.inlist
input?
optionalinput: {as?:"input"; } &Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>,HTMLInputElement>,"children"> & {children?:undefined; }
Defined in: node_modules/@fluentui/react-switch/dist/index.d.ts:80
Hidden input that handles the Switch's functionality.
This is the PRIMARY slot: all native properties specified directly on the <Switch> tag will be applied to this
slot, except className and style, which remain on the root slot.
Type Declaration
as?
optionalas:"input"
Type Declaration
children?
optionalchildren:undefined
Inherited from
Omit.input
inputMode?
optionalinputMode:"search"|"text"|"email"|"tel"|"url"|"none"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2822
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
Omit.inputMode
is?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2827
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
Omit.is
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
Omit.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
Omit.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
Omit.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
Omit.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
Omit.itemType
key?
optionalkey:Key|null
Defined in: node_modules/@types/react/index.d.ts:250
Inherited from
Omit.key
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:309
Inherited from
labelPosition?
optionallabelPosition:"above"|"after"|"before"
Defined in: node_modules/@fluentui/react-switch/dist/index.d.ts:55
The position of the label relative to the Switch.
Default
after
Inherited from
Omit.labelPosition
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2767
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
list?
optionallist:string
Defined in: node_modules/@types/react/index.d.ts:3260
Inherited from
Omit.list
max?
optionalmax:string|number
Defined in: node_modules/@types/react/index.d.ts:3261
Inherited from
Omit.max
maxLength?
optionalmaxLength:number
Defined in: node_modules/@types/react/index.d.ts:3262
Inherited from
Omit.maxLength
min?
optionalmin:string|number
Defined in: node_modules/@types/react/index.d.ts:3263
Inherited from
Omit.min
minLength?
optionalminLength:number
Defined in: node_modules/@types/react/index.d.ts:3264
Inherited from
Omit.minLength
multiple?
optionalmultiple:boolean
Defined in: node_modules/@types/react/index.d.ts:3265
Inherited from
Omit.multiple
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3266
Inherited from
Omit.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2768
Inherited from
Omit.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
Omit.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
Omit.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
Omit.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
Omit.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
Omit.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
Omit.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
Omit.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
Omit.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
Omit.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
Omit.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
Omit.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
Omit.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
Omit.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
Omit.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
Omit.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
Omit.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
Omit.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
Omit.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
Omit.onCanPlayThroughCapture
onChange()?
optionalonChange: (ev:ChangeEvent<HTMLInputElement>,data:SwitchOnChangeData) =>void
Defined in: node_modules/@fluentui/react-switch/dist/index.d.ts:59
Callback to be called when the checked state value changes.
Parameters
| Parameter | Type |
|---|---|
ev | ChangeEvent<HTMLInputElement> |
data | SwitchOnChangeData |
Returns
void
Inherited from
Omit.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Inherited from
Omit.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
Omit.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
Omit.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
Omit.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
Omit.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2248
Inherited from
Omit.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2249
Inherited from
Omit.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
Omit.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
Omit.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
Omit.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
Omit.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
Omit.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
Omit.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
Omit.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
Omit.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
Omit.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
Omit.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
Omit.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
Omit.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
Omit.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
Omit.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
Omit.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
Omit.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
Omit.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
Omit.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
Omit.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
Omit.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
Omit.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
Omit.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
Omit.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
Omit.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
Omit.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
Omit.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
Omit.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
Omit.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
Omit.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
Omit.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
Omit.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
Omit.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
Omit.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
Omit.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
Omit.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
Omit.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2254
Inherited from
Omit.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2255
Inherited from
Omit.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
Omit.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
Omit.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2264
Inherited from
Omit.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2265
Inherited from
Omit.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
Omit.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
Omit.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
Omit.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
Omit.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
Omit.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Omit.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
Omit.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
Omit.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
Omit.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
Omit.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
Omit.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
Omit.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
Omit.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
Omit.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
Omit.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
Omit.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
Omit.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
Omit.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
Omit.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
Omit.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
Omit.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
Omit.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
Omit.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
Omit.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
Omit.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
Omit.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
Omit.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
Omit.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
Omit.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
Omit.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
Omit.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
Omit.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2310
Inherited from
Omit.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
Omit.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
Omit.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
Omit.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
Omit.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
Omit.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
Omit.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
Omit.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
Omit.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
Omit.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
Omit.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
Omit.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
Omit.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
Omit.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
Omit.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
Omit.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
Omit.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
Omit.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
Omit.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
Omit.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
Omit.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
Omit.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
Omit.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
Omit.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
Omit.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
Omit.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
Omit.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
Omit.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
Omit.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
Omit.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
Omit.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
Omit.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
Omit.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
Omit.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
Omit.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
Omit.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
Omit.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
Omit.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
Omit.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
Omit.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
Omit.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
Omit.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
Omit.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
Omit.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
Omit.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
Omit.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
Omit.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
Omit.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
Omit.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
Omit.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
Omit.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
Omit.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
Omit.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
Omit.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
Omit.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
Omit.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
Omit.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
Omit.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
Omit.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
Omit.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
Omit.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
Omit.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
Omit.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
Omit.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
Omit.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
Omit.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLInputElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
Omit.onWheelCapture
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2835
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
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
pattern?
optionalpattern:string
Defined in: node_modules/@types/react/index.d.ts:3267
Inherited from
Omit.pattern
placeholder?
optionalplaceholder:string
Defined in: node_modules/@types/react/index.d.ts:3268
Inherited from
Omit.placeholder
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
Omit.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
Omit.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
Omit.popoverTargetAction
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
Omit.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
Omit.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2777
Inherited from
Omit.radioGroup
readOnly?
optionalreadOnly:boolean
Defined in: node_modules/@types/react/index.d.ts:3269
Inherited from
Omit.readOnly
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
Omit.rel
required?
optionalrequired:boolean
Defined in: node_modules/@types/react/index.d.ts:3270
Inherited from
Omit.required
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
Omit.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
Omit.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2791
Inherited from
Omit.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
Omit.role
root?
optionalroot:NonNullable<WithSlotShorthandValue<{ as?: "div" | undefined; } & Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "children"> & { ...; }> | null>
Defined in: node_modules/@fluentui/react-switch/dist/index.d.ts:69
The root element of the Switch.
The root slot receives the className and style specified directly on the <Switch> tag.
All other native props will be applied to the primary slot: input.
Inherited from
Omit.root
ruleGroup
ruleGroup:
RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:310
Inherited from
schema
schema:
Schema<{[key:string]:unknown;className?:Classname;comparator?:string| (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...,operator:string) =>boolean;defaultOperator?:string;defaultValue?:any;disabled?:boolean;id?:string;inputType?:InputType|null;label:string;matchModes?:boolean|MatchMode[] |FlexibleOption<MatchMode>[];name:string;operators?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }> |string[] |FlexibleOption<string>[] | string | FlexibleOption<string>[];placeholder?:string;subproperties?:FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | string[] | FlexibleOption<...>[] | (string | FlexibleOpt...>;validator?:RuleValidator;value:string;valueEditorType?:ValueEditorType| (operator:string) =>ValueEditorType;values?:FlexibleOptionList<{[key:string]:unknown;disabled?:boolean;label:string;name:string;value:string; }>;valueSources?:ValueSources|ValueSourceFlexibleOptions| (operator:string) => ValueSources | ValueSourceFlexibleOptions; },string>
Defined in: packages/react-querybuilder/src/types/props.ts:107
All subcomponents receive the configuration schema as a prop.
Inherited from
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
Omit.security
size?
optionalsize:number
Defined in: node_modules/@types/react/index.d.ts:3271
Inherited from
Omit.size
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2769
Inherited from
Omit.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2770
Inherited from
Omit.spellCheck
src?
optionalsrc:string
Defined in: node_modules/@types/react/index.d.ts:3272
Inherited from
Omit.src
step?
optionalstep:string|number
Defined in: node_modules/@types/react/index.d.ts:3273
Inherited from
Omit.step
style?
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2771
Inherited from
Omit.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2752
Inherited from
Omit.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2753
Inherited from
Omit.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2772
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
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2774
Inherited from
Omit.translate
type?
optionaltype:HTMLInputTypeAttribute
Defined in: node_modules/@types/react/index.d.ts:3274
Inherited from
Omit.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2792
Inherited from
Omit.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2806
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
value?
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3275
Inherited from
Omit.value
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
Omit.vocab
width?
optionalwidth:string|number
Defined in: node_modules/@types/react/index.d.ts:3276
Inherited from
Omit.width
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.