TremorActionProps
Defined in: packages/tremor/src/TremorActionElement.tsx:9
Extends
ActionProps.ButtonProps
Methods
handleOnClick()
handleOnClick(
e?:MouseEvent<Element,MouseEvent>,context?:any):void
Defined in: packages/react-querybuilder/src/types/props.ts:268
Triggers the action, e.g. the addition of a new rule or group. The second parameter
will be forwarded to the onAddRule or onAddGroup callback if appropriate.
Parameters
| Parameter | Type |
|---|---|
e? | MouseEvent<Element, MouseEvent> |
context? | any |
Returns
void
Inherited from
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2759
Inherited from
ButtonProps.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2732
Inherited from
ButtonProps.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
ButtonProps.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
ButtonProps.aria-atomic
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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2449
Inherited from
ButtonProps.aria-busy
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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-flowto
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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-hidden
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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-label
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
ButtonProps.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
ButtonProps.aria-level
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
ButtonProps.aria-live
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
ButtonProps.aria-modal
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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-owns
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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-sort
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
ButtonProps.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
ButtonProps.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
ButtonProps.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
ButtonProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:string& { } |"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2733
Inherited from
ButtonProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2772
Inherited from
ButtonProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2734
Inherited from
ButtonProps.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2773
Inherited from
ButtonProps.autoSave
children?
optionalchildren:ReactNode
Defined in: node_modules/@types/react/index.d.ts:2206
Inherited from
ButtonProps.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:"slate"|"gray"|"zinc"|"neutral"|"stone"|"red"|"orange"|"amber"|"yellow"|"lime"|"green"|"emerald"|"teal"|"cyan"|"sky"|"blue"|"indigo"|"violet"|"purple"|"fuchsia"|"pink"|"rose"
Defined in: node_modules/@tremor/react/dist/index.d.ts:239
Inherited from
ButtonProps.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2760
Inherited from
ButtonProps.content
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2736
Inherited from
ButtonProps.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
ButtonProps.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML: {__html:string|TrustedHTML; }
Defined in: node_modules/@types/react/index.d.ts:2207
__html
__html:
string|TrustedHTML
Inherited from
ButtonProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2761
Inherited from
ButtonProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2726
Inherited from
ButtonProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2727
Inherited from
ButtonProps.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2738
Inherited from
ButtonProps.dir
disabled?
optionaldisabled:boolean
Defined in: packages/react-querybuilder/src/types/props.ts:90
Disables the control.
Inherited from
disabledTranslation?
optionaldisabledTranslation:TranslationWithLabel
Defined in: packages/react-querybuilder/src/types/props.ts:273
Translation which overrides the regular label/title props when
the element is disabled.
Inherited from
ActionProps.disabledTranslation
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2739
Inherited from
ButtonProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2740
Inherited from
ButtonProps.enterKeyHint
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
ButtonProps.exportparts
form?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:2993
Inherited from
ButtonProps.form
formAction?
optionalformAction:string| (formData:FormData) =>void|Promise<void>
Defined in: node_modules/@types/react/index.d.ts:2994
Inherited from
ButtonProps.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3001
Inherited from
ButtonProps.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3002
Inherited from
ButtonProps.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3003
Inherited from
ButtonProps.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3004
Inherited from
ButtonProps.formTarget
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2741
Inherited from
ButtonProps.hidden
icon?
optionalicon:ElementType<any, keyof IntrinsicElements>
Defined in: node_modules/@tremor/react/dist/index.d.ts:236
Inherited from
ButtonProps.icon
iconPosition?
optionaliconPosition:HorizontalPosition
Defined in: node_modules/@tremor/react/dist/index.d.ts:237
Inherited from
ButtonProps.iconPosition
id?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2742
Inherited from
ButtonProps.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
ButtonProps.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2762
Inherited from
ButtonProps.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
ButtonProps.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
ButtonProps.is
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2778
Inherited from
ButtonProps.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2775
Inherited from
ButtonProps.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2779
Inherited from
ButtonProps.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2776
Inherited from
ButtonProps.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2777
Inherited from
ButtonProps.itemType
label?
optionallabel:ReactNode
Defined in: packages/react-querybuilder/src/types/props.ts:262
Visible text.
Inherited from
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2743
Inherited from
ButtonProps.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
loading?
optionalloading:boolean
Defined in: node_modules/@tremor/react/dist/index.d.ts:242
Inherited from
ButtonProps.loading
loadingText?
optionalloadingText:string
Defined in: node_modules/@tremor/react/dist/index.d.ts:243
Inherited from
ButtonProps.loadingText
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3005
Inherited from
ButtonProps.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2744
Inherited from
ButtonProps.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2266
Inherited from
ButtonProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
ButtonProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
ButtonProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
ButtonProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
ButtonProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
ButtonProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
ButtonProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
ButtonProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
ButtonProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
ButtonProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2238
Inherited from
ButtonProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2239
Inherited from
ButtonProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
ButtonProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2232
Inherited from
ButtonProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2233
Inherited from
ButtonProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2268
Inherited from
ButtonProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2269
Inherited from
ButtonProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2270
Inherited from
ButtonProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2271
Inherited from
ButtonProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2236
Inherited from
ButtonProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2237
Inherited from
ButtonProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
ButtonProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2315
Inherited from
ButtonProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2222
Inherited from
ButtonProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2223
Inherited from
ButtonProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2224
Inherited from
ButtonProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2225
Inherited from
ButtonProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2226
Inherited from
ButtonProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2227
Inherited from
ButtonProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2316
Inherited from
ButtonProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
ButtonProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2214
Inherited from
ButtonProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2215
Inherited from
ButtonProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2216
Inherited from
ButtonProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2217
Inherited from
ButtonProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
ButtonProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2319
Inherited from
ButtonProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Inherited from
ButtonProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2321
Inherited from
ButtonProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Inherited from
ButtonProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
ButtonProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
ButtonProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2325
Inherited from
ButtonProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2326
Inherited from
ButtonProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
ButtonProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
ButtonProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
ButtonProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
ButtonProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
ButtonProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
ButtonProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
ButtonProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from
ButtonProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from
ButtonProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2272
Inherited from
ButtonProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2273
Inherited from
ButtonProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2274
Inherited from
ButtonProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
ButtonProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
ButtonProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
ButtonProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
ButtonProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
ButtonProps.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2252
Inherited from
ButtonProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2253
Inherited from
ButtonProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2230
Inherited from
ButtonProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2231
Inherited from
ButtonProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
ButtonProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
ButtonProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2240
Inherited from
ButtonProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2241
Inherited from
ButtonProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2246
Inherited from
ButtonProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2247
Inherited from
ButtonProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2256
Inherited from
ButtonProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2257
Inherited from
ButtonProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2259
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ButtonProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2261
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ButtonProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2262
Inherited from
ButtonProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2263
Inherited from
ButtonProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2250
Inherited from
ButtonProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2251
Inherited from
ButtonProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
ButtonProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2281
Inherited from
ButtonProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2282
Inherited from
ButtonProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
ButtonProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
ButtonProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
ButtonProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
ButtonProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
ButtonProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
ButtonProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
ButtonProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
ButtonProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
ButtonProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
ButtonProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
ButtonProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
ButtonProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
ButtonProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
ButtonProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
ButtonProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
ButtonProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
ButtonProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2218
Inherited from
ButtonProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2219
Inherited from
ButtonProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
ButtonProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
ButtonProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
ButtonProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2289
Inherited from
ButtonProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2290
Inherited from
ButtonProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
ButtonProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
ButtonProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2371
Inherited from
ButtonProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
ButtonProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
ButtonProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2372
Inherited from
ButtonProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from
ButtonProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
ButtonProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
ButtonProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from
ButtonProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from
ButtonProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
ButtonProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
ButtonProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
ButtonProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
ButtonProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
ButtonProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
ButtonProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
ButtonProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2295
Inherited from
ButtonProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2242
Inherited from
ButtonProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2243
Inherited from
ButtonProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
ButtonProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
ButtonProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from
ButtonProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from
ButtonProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2296
Inherited from
ButtonProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
ButtonProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
ButtonProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
ButtonProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
ButtonProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
ButtonProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
ButtonProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
ButtonProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2244
Inherited from
ButtonProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2245
Inherited from
ButtonProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
ButtonProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
ButtonProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
ButtonProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
ButtonProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
ButtonProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
ButtonProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
ButtonProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
ButtonProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
ButtonProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
ButtonProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
ButtonProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
ButtonProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
ButtonProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from
ButtonProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
ButtonProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
ButtonProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
ButtonProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
ButtonProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
ButtonProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from
ButtonProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2413
Inherited from
ButtonProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
ButtonProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
ButtonProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
ButtonProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2309
Inherited from
ButtonProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
ButtonProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
ButtonProps.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
ButtonProps.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
ButtonProps.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
ButtonProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2786
Inherited from
ButtonProps.popoverTargetAction
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2763
Inherited from
ButtonProps.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2764
Inherited from
ButtonProps.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2753
Inherited from
ButtonProps.radioGroup
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2765
Inherited from
ButtonProps.rel
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2766
Inherited from
ButtonProps.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2780
Inherited from
ButtonProps.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2767
Inherited from
ButtonProps.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2756
Inherited from
ButtonProps.role
ruleOrGroup
ruleOrGroup:
RuleType<string,string,any,string> |RuleGroupTypeAny
Defined in: packages/react-querybuilder/src/types/props.ts:278
The RuleType or RuleGroupType/RuleGroupTypeIC associated with this element.
Inherited from
TremorActionProps.ruleOrGroup
rules?
optionalrules:RuleOrGroupArray
Defined in: packages/react-querybuilder/src/types/props.ts:282
Rules in this group (if the action element is for a group).
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
ButtonProps.security
size?
optionalsize:"xs"|"sm"|"md"|"lg"|"xl"
Defined in: node_modules/@tremor/react/dist/index.d.ts:238
Inherited from
ButtonProps.size
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2745
Inherited from
ButtonProps.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2746
Inherited from
ButtonProps.spellCheck
style?
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2747
Inherited from
ButtonProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2728
Inherited from
ButtonProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2729
Inherited from
ButtonProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2748
Inherited from
ButtonProps.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:244
Inherited from
ButtonProps.tooltip
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2750
Inherited from
ButtonProps.translate
type?
optionaltype:"button"|"reset"|"submit"
Defined in: node_modules/@types/react/index.d.ts:3006
Inherited from
ButtonProps.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2768
Inherited from
ButtonProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2782
Inherited from
ButtonProps.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:3007
Inherited from
ButtonProps.value
variant?
optionalvariant:ButtonVariant
Defined in: node_modules/@tremor/react/dist/index.d.ts:240
Inherited from
ButtonProps.variant
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2769
Inherited from
ButtonProps.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.