AchievementsWidgetTriggerButtonProps
Defined in: src/core/components/AchievementsWidget.tsx:21
Extends
ButtonHTMLAttributes<HTMLButtonElement>
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2939
Inherited from
React.ButtonHTMLAttributes.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2912
Inherited from
React.ButtonHTMLAttributes.accessKey
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2610
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
React.ButtonHTMLAttributes.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2612
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
React.ButtonHTMLAttributes.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"inline"|"both"|"list"
Defined in: node_modules/@types/react/index.d.ts:2617
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
React.ButtonHTMLAttributes.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2623
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
React.ButtonHTMLAttributes.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2628
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
React.ButtonHTMLAttributes.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2629
Inherited from
React.ButtonHTMLAttributes.aria-busy
aria-checked?
optionalaria-checked:boolean|"mixed"|"false"|"true"
Defined in: node_modules/@types/react/index.d.ts:2634
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
React.ButtonHTMLAttributes.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2639
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
React.ButtonHTMLAttributes.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2644
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
React.ButtonHTMLAttributes.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2649
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
React.ButtonHTMLAttributes.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2654
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
React.ButtonHTMLAttributes.aria-colspan
aria-controls?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2659
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
React.ButtonHTMLAttributes.aria-controls
aria-current?
optionalaria-current:boolean|"time"|"page"|"false"|"true"|"step"|"location"|"date"
Defined in: node_modules/@types/react/index.d.ts:2661
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
React.ButtonHTMLAttributes.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2666
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
React.ButtonHTMLAttributes.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2671
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
React.ButtonHTMLAttributes.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2676
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
React.ButtonHTMLAttributes.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2681
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
React.ButtonHTMLAttributes.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"copy"|"move"|"execute"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2686
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
React.ButtonHTMLAttributes.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2691
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
React.ButtonHTMLAttributes.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2693
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
React.ButtonHTMLAttributes.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2698
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
React.ButtonHTMLAttributes.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2703
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
React.ButtonHTMLAttributes.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"dialog"|"menu"|"grid"|"listbox"|"false"|"true"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2705
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
React.ButtonHTMLAttributes.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2710
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
React.ButtonHTMLAttributes.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"false"|"true"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2715
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
React.ButtonHTMLAttributes.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2717
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
React.ButtonHTMLAttributes.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2722
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
React.ButtonHTMLAttributes.aria-label
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2727
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
React.ButtonHTMLAttributes.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2729
Defines the hierarchical level of an element within a structure.
Inherited from
React.ButtonHTMLAttributes.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2731
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
React.ButtonHTMLAttributes.aria-live
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2733
Indicates whether an element is modal when displayed.
Inherited from
React.ButtonHTMLAttributes.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2735
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
React.ButtonHTMLAttributes.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2737
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
React.ButtonHTMLAttributes.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2739
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
React.ButtonHTMLAttributes.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2745
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
React.ButtonHTMLAttributes.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2750
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
React.ButtonHTMLAttributes.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2755
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
React.ButtonHTMLAttributes.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"mixed"|"false"|"true"
Defined in: node_modules/@types/react/index.d.ts:2760
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
React.ButtonHTMLAttributes.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2765
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
React.ButtonHTMLAttributes.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:2770
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
React.ButtonHTMLAttributes.aria-relevant
aria-required?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2783
Indicates that user input is required on the element before a form may be submitted.
Inherited from
React.ButtonHTMLAttributes.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2785
Defines a human-readable, author-localized description for the role of an element.
Inherited from
React.ButtonHTMLAttributes.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2790
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
React.ButtonHTMLAttributes.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2795
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
React.ButtonHTMLAttributes.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2800
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
React.ButtonHTMLAttributes.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2805
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
React.ButtonHTMLAttributes.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2810
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
React.ButtonHTMLAttributes.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2815
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
React.ButtonHTMLAttributes.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2817
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
React.ButtonHTMLAttributes.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2819
Defines the maximum allowed value for a range widget.
Inherited from
React.ButtonHTMLAttributes.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2821
Defines the minimum allowed value for a range widget.
Inherited from
React.ButtonHTMLAttributes.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2826
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
React.ButtonHTMLAttributes.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2828
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
React.ButtonHTMLAttributes.aria-valuetext
autoCapitalize?
optionalautoCapitalize:string&object|"none"|"off"|"on"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2913
Inherited from
React.ButtonHTMLAttributes.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2952
Inherited from
React.ButtonHTMLAttributes.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2914
Inherited from
React.ButtonHTMLAttributes.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2953
Inherited from
React.ButtonHTMLAttributes.autoSave
children?
optionalchildren:ReactNode
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
React.ButtonHTMLAttributes.children
className?
optionalclassName:string
Defined in: node_modules/@types/react/index.d.ts:2915
Inherited from
AchievementsWidgetTriggerButtonProps.className
color?
optionalcolor:string
Defined in: node_modules/@types/react/index.d.ts:2954
Inherited from
React.ButtonHTMLAttributes.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2940
Inherited from
React.ButtonHTMLAttributes.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2916
Inherited from
React.ButtonHTMLAttributes.contentEditable
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2917
Inherited from
React.ButtonHTMLAttributes.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Defined in: node_modules/@types/react/index.d.ts:2399
__html
__html:
string|TrustedHTML
Inherited from
React.ButtonHTMLAttributes.dangerouslySetInnerHTML
data-placement
data-placement:
AchievementsWidgetPlacement
Defined in: src/core/components/AchievementsWidget.tsx:23
data-testid
data-testid:
string
Defined in: src/core/components/AchievementsWidget.tsx:24
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2941
Inherited from
React.ButtonHTMLAttributes.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2906
Inherited from
React.ButtonHTMLAttributes.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2907
Inherited from
React.ButtonHTMLAttributes.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2918
Inherited from
React.ButtonHTMLAttributes.dir
disabled?
optionaldisabled:boolean
Defined in: node_modules/@types/react/index.d.ts:3161
Inherited from
React.ButtonHTMLAttributes.disabled
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2919
Inherited from
React.ButtonHTMLAttributes.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"next"|"enter"|"done"|"go"|"previous"|"send"
Defined in: node_modules/@types/react/index.d.ts:2920
Inherited from
React.ButtonHTMLAttributes.enterKeyHint
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2978
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
React.ButtonHTMLAttributes.exportparts
form?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3162
Inherited from
React.ButtonHTMLAttributes.form
formAction?
optionalformAction:string
Defined in: node_modules/@types/react/index.d.ts:3163
Inherited from
React.ButtonHTMLAttributes.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3169
Inherited from
React.ButtonHTMLAttributes.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3170
Inherited from
React.ButtonHTMLAttributes.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3171
Inherited from
React.ButtonHTMLAttributes.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3172
Inherited from
React.ButtonHTMLAttributes.formTarget
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2921
Inherited from
React.ButtonHTMLAttributes.hidden
id?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2922
Inherited from
AchievementsWidgetTriggerButtonProps.id
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2942
Inherited from
React.ButtonHTMLAttributes.inlist
inputMode?
optionalinputMode:"search"|"text"|"none"|"tel"|"url"|"email"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2969
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
React.ButtonHTMLAttributes.inputMode
is?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2974
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
React.ButtonHTMLAttributes.is
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2958
Inherited from
React.ButtonHTMLAttributes.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2955
Inherited from
React.ButtonHTMLAttributes.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2959
Inherited from
React.ButtonHTMLAttributes.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2956
Inherited from
React.ButtonHTMLAttributes.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2957
Inherited from
React.ButtonHTMLAttributes.itemType
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2923
Inherited from
React.ButtonHTMLAttributes.lang
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3173
Inherited from
React.ButtonHTMLAttributes.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2924
Inherited from
React.ButtonHTMLAttributes.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2458
Inherited from
React.ButtonHTMLAttributes.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from
React.ButtonHTMLAttributes.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2586
Inherited from
React.ButtonHTMLAttributes.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2587
Inherited from
React.ButtonHTMLAttributes.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2588
Inherited from
React.ButtonHTMLAttributes.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2589
Inherited from
React.ButtonHTMLAttributes.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2584
Inherited from
React.ButtonHTMLAttributes.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2585
Inherited from
React.ButtonHTMLAttributes.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2504
Inherited from
React.ButtonHTMLAttributes.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2505
Inherited from
React.ButtonHTMLAttributes.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
React.ButtonHTMLAttributes.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
React.ButtonHTMLAttributes.onBeforeInputCapture
onBlur?
optionalonBlur:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2424
Inherited from
React.ButtonHTMLAttributes.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from
React.ButtonHTMLAttributes.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from
React.ButtonHTMLAttributes.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2461
Inherited from
React.ButtonHTMLAttributes.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2462
Inherited from
React.ButtonHTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from
React.ButtonHTMLAttributes.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2428
Inherited from
React.ButtonHTMLAttributes.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from
React.ButtonHTMLAttributes.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2506
Inherited from
React.ButtonHTMLAttributes.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2507
Inherited from
React.ButtonHTMLAttributes.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2414
Inherited from
React.ButtonHTMLAttributes.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
React.ButtonHTMLAttributes.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2416
Inherited from
React.ButtonHTMLAttributes.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from
React.ButtonHTMLAttributes.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
React.ButtonHTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
React.ButtonHTMLAttributes.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2508
Inherited from
React.ButtonHTMLAttributes.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2509
Inherited from
React.ButtonHTMLAttributes.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from
React.ButtonHTMLAttributes.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
React.ButtonHTMLAttributes.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
React.ButtonHTMLAttributes.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2409
Inherited from
React.ButtonHTMLAttributes.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2510
Inherited from
React.ButtonHTMLAttributes.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2511
Inherited from
React.ButtonHTMLAttributes.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2512
Inherited from
React.ButtonHTMLAttributes.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2513
Inherited from
React.ButtonHTMLAttributes.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2514
Inherited from
React.ButtonHTMLAttributes.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2515
Inherited from
React.ButtonHTMLAttributes.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2516
Inherited from
React.ButtonHTMLAttributes.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2517
Inherited from
React.ButtonHTMLAttributes.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2518
Inherited from
React.ButtonHTMLAttributes.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2519
Inherited from
React.ButtonHTMLAttributes.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2520
Inherited from
React.ButtonHTMLAttributes.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2521
Inherited from
React.ButtonHTMLAttributes.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2522
Inherited from
React.ButtonHTMLAttributes.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2523
Inherited from
React.ButtonHTMLAttributes.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2524
Inherited from
React.ButtonHTMLAttributes.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2525
Inherited from
React.ButtonHTMLAttributes.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2526
Inherited from
React.ButtonHTMLAttributes.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2527
Inherited from
React.ButtonHTMLAttributes.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from
React.ButtonHTMLAttributes.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2465
Inherited from
React.ButtonHTMLAttributes.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2466
Inherited from
React.ButtonHTMLAttributes.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2467
Inherited from
React.ButtonHTMLAttributes.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2468
Inherited from
React.ButtonHTMLAttributes.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2469
Inherited from
React.ButtonHTMLAttributes.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2470
Inherited from
React.ButtonHTMLAttributes.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2471
Inherited from
React.ButtonHTMLAttributes.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2444
Inherited from
React.ButtonHTMLAttributes.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2445
Inherited from
React.ButtonHTMLAttributes.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
React.ButtonHTMLAttributes.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2423
Inherited from
React.ButtonHTMLAttributes.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2570
Inherited from
React.ButtonHTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2571
Inherited from
React.ButtonHTMLAttributes.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
React.ButtonHTMLAttributes.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
React.ButtonHTMLAttributes.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from
React.ButtonHTMLAttributes.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from
React.ButtonHTMLAttributes.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from
React.ButtonHTMLAttributes.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2449
Inherited from
React.ButtonHTMLAttributes.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2451
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
React.ButtonHTMLAttributes.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2453
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
React.ButtonHTMLAttributes.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2454
Inherited from
React.ButtonHTMLAttributes.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from
React.ButtonHTMLAttributes.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2442
Inherited from
React.ButtonHTMLAttributes.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2443
Inherited from
React.ButtonHTMLAttributes.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2472
Inherited from
React.ButtonHTMLAttributes.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
React.ButtonHTMLAttributes.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2474
Inherited from
React.ButtonHTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2475
Inherited from
React.ButtonHTMLAttributes.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2476
Inherited from
React.ButtonHTMLAttributes.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2477
Inherited from
React.ButtonHTMLAttributes.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2572
Inherited from
React.ButtonHTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2573
Inherited from
React.ButtonHTMLAttributes.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2528
Inherited from
React.ButtonHTMLAttributes.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2529
Inherited from
React.ButtonHTMLAttributes.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2530
Inherited from
React.ButtonHTMLAttributes.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2531
Inherited from
React.ButtonHTMLAttributes.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2532
Inherited from
React.ButtonHTMLAttributes.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2533
Inherited from
React.ButtonHTMLAttributes.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2534
Inherited from
React.ButtonHTMLAttributes.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2535
Inherited from
React.ButtonHTMLAttributes.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2536
Inherited from
React.ButtonHTMLAttributes.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2537
Inherited from
React.ButtonHTMLAttributes.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2538
Inherited from
React.ButtonHTMLAttributes.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2539
Inherited from
React.ButtonHTMLAttributes.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2410
Inherited from
React.ButtonHTMLAttributes.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
React.ButtonHTMLAttributes.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2478
Inherited from
React.ButtonHTMLAttributes.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2479
Inherited from
React.ButtonHTMLAttributes.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2480
Inherited from
React.ButtonHTMLAttributes.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2481
Inherited from
React.ButtonHTMLAttributes.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2482
Inherited from
React.ButtonHTMLAttributes.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2483
Inherited from
React.ButtonHTMLAttributes.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2562
Inherited from
React.ButtonHTMLAttributes.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2563
Inherited from
React.ButtonHTMLAttributes.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2556
Inherited from
React.ButtonHTMLAttributes.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2557
Inherited from
React.ButtonHTMLAttributes.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2564
Inherited from
React.ButtonHTMLAttributes.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2565
Inherited from
React.ButtonHTMLAttributes.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2558
Inherited from
React.ButtonHTMLAttributes.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2559
Inherited from
React.ButtonHTMLAttributes.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2568
Inherited from
React.ButtonHTMLAttributes.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2569
Inherited from
React.ButtonHTMLAttributes.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2566
Inherited from
React.ButtonHTMLAttributes.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2567
Inherited from
React.ButtonHTMLAttributes.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2560
Inherited from
React.ButtonHTMLAttributes.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2561
Inherited from
React.ButtonHTMLAttributes.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2484
Inherited from
React.ButtonHTMLAttributes.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2485
Inherited from
React.ButtonHTMLAttributes.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2486
Inherited from
React.ButtonHTMLAttributes.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2487
Inherited from
React.ButtonHTMLAttributes.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
React.ButtonHTMLAttributes.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
React.ButtonHTMLAttributes.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2576
Inherited from
React.ButtonHTMLAttributes.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2577
Inherited from
React.ButtonHTMLAttributes.onScrollCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2488
Inherited from
React.ButtonHTMLAttributes.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2489
Inherited from
React.ButtonHTMLAttributes.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2490
Inherited from
React.ButtonHTMLAttributes.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2491
Inherited from
React.ButtonHTMLAttributes.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2542
Inherited from
React.ButtonHTMLAttributes.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2543
Inherited from
React.ButtonHTMLAttributes.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2492
Inherited from
React.ButtonHTMLAttributes.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2493
Inherited from
React.ButtonHTMLAttributes.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
React.ButtonHTMLAttributes.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
React.ButtonHTMLAttributes.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2494
Inherited from
React.ButtonHTMLAttributes.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2495
Inherited from
React.ButtonHTMLAttributes.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2496
Inherited from
React.ButtonHTMLAttributes.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2497
Inherited from
React.ButtonHTMLAttributes.onTimeUpdateCapture
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2546
Inherited from
React.ButtonHTMLAttributes.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2547
Inherited from
React.ButtonHTMLAttributes.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2548
Inherited from
React.ButtonHTMLAttributes.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2549
Inherited from
React.ButtonHTMLAttributes.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2550
Inherited from
React.ButtonHTMLAttributes.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2551
Inherited from
React.ButtonHTMLAttributes.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2552
Inherited from
React.ButtonHTMLAttributes.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2553
Inherited from
React.ButtonHTMLAttributes.onTouchStartCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2592
Inherited from
React.ButtonHTMLAttributes.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2593
Inherited from
React.ButtonHTMLAttributes.onTransitionEndCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2498
Inherited from
React.ButtonHTMLAttributes.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2499
Inherited from
React.ButtonHTMLAttributes.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2500
Inherited from
React.ButtonHTMLAttributes.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2501
Inherited from
React.ButtonHTMLAttributes.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2580
Inherited from
React.ButtonHTMLAttributes.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2581
Inherited from
React.ButtonHTMLAttributes.onWheelCapture
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2982
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
React.ButtonHTMLAttributes.part
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2943
Inherited from
React.ButtonHTMLAttributes.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2944
Inherited from
React.ButtonHTMLAttributes.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2933
Inherited from
React.ButtonHTMLAttributes.radioGroup
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2945
Inherited from
React.ButtonHTMLAttributes.rel
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2946
Inherited from
React.ButtonHTMLAttributes.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2960
Inherited from
React.ButtonHTMLAttributes.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2947
Inherited from
React.ButtonHTMLAttributes.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2936
Inherited from
AchievementsWidgetTriggerButtonProps.role
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2961
Inherited from
React.ButtonHTMLAttributes.security
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2925
Inherited from
React.ButtonHTMLAttributes.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2926
Inherited from
React.ButtonHTMLAttributes.spellCheck
style?
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2927
Inherited from
React.ButtonHTMLAttributes.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2908
Inherited from
React.ButtonHTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2909
Inherited from
React.ButtonHTMLAttributes.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2928
Inherited from
React.ButtonHTMLAttributes.tabIndex
title?
optionaltitle:string
Defined in: node_modules/@types/react/index.d.ts:2929
Inherited from
React.ButtonHTMLAttributes.title
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2930
Inherited from
React.ButtonHTMLAttributes.translate
type?
optionaltype:"reset"|"button"|"submit"
Defined in: node_modules/@types/react/index.d.ts:3174
Inherited from
React.ButtonHTMLAttributes.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2948
Inherited from
React.ButtonHTMLAttributes.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2962
Inherited from
React.ButtonHTMLAttributes.unselectable
value?
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3175
Inherited from
React.ButtonHTMLAttributes.value
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2949
Inherited from
React.ButtonHTMLAttributes.vocab