@authgear/nextjs / client / SignInButtonProps
Interface: SignInButtonProps
Defined in: src/components/SignInButton.tsx:6
Extends
ButtonHTMLAttributes<HTMLButtonElement>
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2820
Inherited from
ButtonHTMLAttributes.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
ButtonHTMLAttributes.accessKey
aria-activedescendant?
optionalaria-activedescendant:string
Defined in: node_modules/@types/react/index.d.ts:2491
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
ButtonHTMLAttributes.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2493
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
ButtonHTMLAttributes.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Defined in: node_modules/@types/react/index.d.ts:2498
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
ButtonHTMLAttributes.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defined in: node_modules/@types/react/index.d.ts:2504
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
ButtonHTMLAttributes.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defined in: node_modules/@types/react/index.d.ts:2509
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
ButtonHTMLAttributes.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2510
Inherited from
ButtonHTMLAttributes.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2515
Indicates the current “checked” state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
ButtonHTMLAttributes.aria-checked
aria-colcount?
optionalaria-colcount:number
Defined in: node_modules/@types/react/index.d.ts:2520
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
ButtonHTMLAttributes.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defined in: node_modules/@types/react/index.d.ts:2525
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
ButtonHTMLAttributes.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defined in: node_modules/@types/react/index.d.ts:2530
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
ButtonHTMLAttributes.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defined in: node_modules/@types/react/index.d.ts:2535
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
ButtonHTMLAttributes.aria-colspan
aria-controls?
optionalaria-controls:string
Defined in: node_modules/@types/react/index.d.ts:2540
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
ButtonHTMLAttributes.aria-controls
aria-current?
optionalaria-current:boolean|"true"|"false"|"page"|"step"|"location"|"date"|"time"
Defined in: node_modules/@types/react/index.d.ts:2542
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
ButtonHTMLAttributes.aria-current
aria-describedby?
optionalaria-describedby:string
Defined in: node_modules/@types/react/index.d.ts:2547
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
ButtonHTMLAttributes.aria-describedby
aria-description?
optionalaria-description:string
Defined in: node_modules/@types/react/index.d.ts:2552
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
ButtonHTMLAttributes.aria-description
aria-details?
optionalaria-details:string
Defined in: node_modules/@types/react/index.d.ts:2557
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
ButtonHTMLAttributes.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2562
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
ButtonHTMLAttributes.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"none"|"link"|"copy"|"execute"|"move"|"popup"
Defined in: node_modules/@types/react/index.d.ts:2567
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
ButtonHTMLAttributes.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Defined in: node_modules/@types/react/index.d.ts:2572
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
ButtonHTMLAttributes.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2574
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
ButtonHTMLAttributes.aria-expanded
aria-flowto?
optionalaria-flowto:string
Defined in: node_modules/@types/react/index.d.ts:2579
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
ButtonHTMLAttributes.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2584
Indicates an element’s “grabbed” state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
ButtonHTMLAttributes.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"grid"|"listbox"|"menu"|"tree"
Defined in: node_modules/@types/react/index.d.ts:2586
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
ButtonHTMLAttributes.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2591
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
ButtonHTMLAttributes.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/@types/react/index.d.ts:2596
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
ButtonHTMLAttributes.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Defined in: node_modules/@types/react/index.d.ts:2598
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
ButtonHTMLAttributes.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defined in: node_modules/@types/react/index.d.ts:2603
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
ButtonHTMLAttributes.aria-label
aria-labelledby?
optionalaria-labelledby:string
Defined in: node_modules/@types/react/index.d.ts:2608
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
ButtonHTMLAttributes.aria-labelledby
aria-level?
optionalaria-level:number
Defined in: node_modules/@types/react/index.d.ts:2610
Defines the hierarchical level of an element within a structure.
Inherited from
ButtonHTMLAttributes.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Defined in: node_modules/@types/react/index.d.ts:2612
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
ButtonHTMLAttributes.aria-live
aria-modal?
optionalaria-modal:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2614
Indicates whether an element is modal when displayed.
Inherited from
ButtonHTMLAttributes.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2616
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
ButtonHTMLAttributes.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2618
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
ButtonHTMLAttributes.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Defined in: node_modules/@types/react/index.d.ts:2620
Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
ButtonHTMLAttributes.aria-orientation
aria-owns?
optionalaria-owns:string
Defined in: node_modules/@types/react/index.d.ts:2626
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
ButtonHTMLAttributes.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defined in: node_modules/@types/react/index.d.ts:2631
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
ButtonHTMLAttributes.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defined in: node_modules/@types/react/index.d.ts:2636
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
ButtonHTMLAttributes.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Defined in: node_modules/@types/react/index.d.ts:2641
Indicates the current “pressed” state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
ButtonHTMLAttributes.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2646
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
ButtonHTMLAttributes.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"additions"|"additions removals"|"additions text"|"all"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Defined in: node_modules/@types/react/index.d.ts:2651
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
ButtonHTMLAttributes.aria-relevant
aria-required?
optionalaria-required:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2664
Indicates that user input is required on the element before a form may be submitted.
Inherited from
ButtonHTMLAttributes.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defined in: node_modules/@types/react/index.d.ts:2666
Defines a human-readable, author-localized description for the role of an element.
Inherited from
ButtonHTMLAttributes.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defined in: node_modules/@types/react/index.d.ts:2671
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
ButtonHTMLAttributes.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defined in: node_modules/@types/react/index.d.ts:2676
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
ButtonHTMLAttributes.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defined in: node_modules/@types/react/index.d.ts:2681
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
ButtonHTMLAttributes.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defined in: node_modules/@types/react/index.d.ts:2686
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
ButtonHTMLAttributes.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2691
Indicates the current “selected” state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
ButtonHTMLAttributes.aria-selected
aria-setsize?
optionalaria-setsize:number
Defined in: node_modules/@types/react/index.d.ts:2696
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
ButtonHTMLAttributes.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/@types/react/index.d.ts:2698
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
ButtonHTMLAttributes.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defined in: node_modules/@types/react/index.d.ts:2700
Defines the maximum allowed value for a range widget.
Inherited from
ButtonHTMLAttributes.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defined in: node_modules/@types/react/index.d.ts:2702
Defines the minimum allowed value for a range widget.
Inherited from
ButtonHTMLAttributes.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defined in: node_modules/@types/react/index.d.ts:2707
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
ButtonHTMLAttributes.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defined in: node_modules/@types/react/index.d.ts:2709
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
ButtonHTMLAttributes.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"off"|"none"|"on"|"sentences"|"words"|"characters"|string&object
Defined in: node_modules/@types/react/index.d.ts:2794
Inherited from
ButtonHTMLAttributes.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2833
Inherited from
ButtonHTMLAttributes.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2795
Inherited from
ButtonHTMLAttributes.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2834
Inherited from
ButtonHTMLAttributes.autoSave
children?
optionalchildren:ReactNode
Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
ButtonHTMLAttributes.children
className?
optionalclassName:string
Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
ButtonHTMLAttributes.className
color?
optionalcolor:string
Defined in: node_modules/@types/react/index.d.ts:2835
Inherited from
ButtonHTMLAttributes.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2821
Inherited from
ButtonHTMLAttributes.content
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
ButtonHTMLAttributes.contentEditable
contextMenu?
optionalcontextMenu:string
Defined in: node_modules/@types/react/index.d.ts:2798
Inherited from
ButtonHTMLAttributes.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Defined in: node_modules/@types/react/index.d.ts:2268
__html
__html:
string|TrustedHTML
Inherited from
ButtonHTMLAttributes.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Defined in: node_modules/@types/react/index.d.ts:2822
Inherited from
ButtonHTMLAttributes.datatype
defaultChecked?
optionaldefaultChecked:boolean
Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
ButtonHTMLAttributes.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
ButtonHTMLAttributes.defaultValue
dir?
optionaldir:string
Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
ButtonHTMLAttributes.dir
disabled?
optionaldisabled:boolean
Defined in: node_modules/@types/react/index.d.ts:3053
Inherited from
ButtonHTMLAttributes.disabled
draggable?
optionaldraggable:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
ButtonHTMLAttributes.draggable
enterKeyHint?
optionalenterKeyHint:"enter"|"done"|"go"|"next"|"previous"|"search"|"send"
Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
ButtonHTMLAttributes.enterKeyHint
exportparts?
optionalexportparts:string
Defined in: node_modules/@types/react/index.d.ts:2868
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
ButtonHTMLAttributes.exportparts
form?
optionalform:string
Defined in: node_modules/@types/react/index.d.ts:3054
Inherited from
ButtonHTMLAttributes.form
formAction?
optionalformAction:string| (formData) =>void|Promise<void>
Defined in: node_modules/@types/react/index.d.ts:3055
Inherited from
ButtonHTMLAttributes.formAction
formEncType?
optionalformEncType:string
Defined in: node_modules/@types/react/index.d.ts:3062
Inherited from
ButtonHTMLAttributes.formEncType
formMethod?
optionalformMethod:string
Defined in: node_modules/@types/react/index.d.ts:3063
Inherited from
ButtonHTMLAttributes.formMethod
formNoValidate?
optionalformNoValidate:boolean
Defined in: node_modules/@types/react/index.d.ts:3064
Inherited from
ButtonHTMLAttributes.formNoValidate
formTarget?
optionalformTarget:string
Defined in: node_modules/@types/react/index.d.ts:3065
Inherited from
ButtonHTMLAttributes.formTarget
hidden?
optionalhidden:boolean
Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
ButtonHTMLAttributes.hidden
id?
optionalid:string
Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
ButtonHTMLAttributes.id
inert?
optionalinert:boolean
Defined in: node_modules/@types/react/index.d.ts:2854
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
ButtonHTMLAttributes.inert
inlist?
optionalinlist:any
Defined in: node_modules/@types/react/index.d.ts:2823
Inherited from
ButtonHTMLAttributes.inlist
inputMode?
optionalinputMode:"none"|"search"|"text"|"tel"|"url"|"email"|"numeric"|"decimal"
Defined in: node_modules/@types/react/index.d.ts:2859
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
ButtonHTMLAttributes.inputMode
is?
optionalis:string
Defined in: node_modules/@types/react/index.d.ts:2864
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
ButtonHTMLAttributes.is
itemID?
optionalitemID:string
Defined in: node_modules/@types/react/index.d.ts:2839
Inherited from
ButtonHTMLAttributes.itemID
itemProp?
optionalitemProp:string
Defined in: node_modules/@types/react/index.d.ts:2836
Inherited from
ButtonHTMLAttributes.itemProp
itemRef?
optionalitemRef:string
Defined in: node_modules/@types/react/index.d.ts:2840
Inherited from
ButtonHTMLAttributes.itemRef
itemScope?
optionalitemScope:boolean
Defined in: node_modules/@types/react/index.d.ts:2837
Inherited from
ButtonHTMLAttributes.itemScope
itemType?
optionalitemType:string
Defined in: node_modules/@types/react/index.d.ts:2838
Inherited from
ButtonHTMLAttributes.itemType
lang?
optionallang:string
Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
ButtonHTMLAttributes.lang
name?
optionalname:string
Defined in: node_modules/@types/react/index.d.ts:3066
Inherited from
ButtonHTMLAttributes.name
nonce?
optionalnonce:string
Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
ButtonHTMLAttributes.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
ButtonHTMLAttributes.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
ButtonHTMLAttributes.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2457
Inherited from
ButtonHTMLAttributes.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2458
Inherited from
ButtonHTMLAttributes.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from
ButtonHTMLAttributes.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from
ButtonHTMLAttributes.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from
ButtonHTMLAttributes.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2456
Inherited from
ButtonHTMLAttributes.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from
ButtonHTMLAttributes.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
ButtonHTMLAttributes.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
ButtonHTMLAttributes.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
ButtonHTMLAttributes.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from
ButtonHTMLAttributes.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
ButtonHTMLAttributes.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
ButtonHTMLAttributes.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
ButtonHTMLAttributes.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
ButtonHTMLAttributes.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
ButtonHTMLAttributes.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
ButtonHTMLAttributes.onCanPlayThroughCapture
onChange?
optionalonChange:ChangeEventHandler<HTMLButtonElement,Element>
Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
ButtonHTMLAttributes.onChange
onChangeCapture?
optionalonChangeCapture:ChangeEventHandler<HTMLButtonElement,Element>
Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
ButtonHTMLAttributes.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
ButtonHTMLAttributes.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from
ButtonHTMLAttributes.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
ButtonHTMLAttributes.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
ButtonHTMLAttributes.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
ButtonHTMLAttributes.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
ButtonHTMLAttributes.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
ButtonHTMLAttributes.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
ButtonHTMLAttributes.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from
ButtonHTMLAttributes.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
ButtonHTMLAttributes.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
ButtonHTMLAttributes.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
ButtonHTMLAttributes.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
ButtonHTMLAttributes.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
ButtonHTMLAttributes.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
ButtonHTMLAttributes.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
ButtonHTMLAttributes.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
ButtonHTMLAttributes.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
ButtonHTMLAttributes.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
ButtonHTMLAttributes.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
ButtonHTMLAttributes.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
ButtonHTMLAttributes.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from
ButtonHTMLAttributes.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from
ButtonHTMLAttributes.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
ButtonHTMLAttributes.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
ButtonHTMLAttributes.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
ButtonHTMLAttributes.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
ButtonHTMLAttributes.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
ButtonHTMLAttributes.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
ButtonHTMLAttributes.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
ButtonHTMLAttributes.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
ButtonHTMLAttributes.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
ButtonHTMLAttributes.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
ButtonHTMLAttributes.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from
ButtonHTMLAttributes.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from
ButtonHTMLAttributes.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
ButtonHTMLAttributes.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
ButtonHTMLAttributes.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
ButtonHTMLAttributes.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
ButtonHTMLAttributes.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
ButtonHTMLAttributes.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
ButtonHTMLAttributes.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
ButtonHTMLAttributes.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
ButtonHTMLAttributes.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
ButtonHTMLAttributes.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from
ButtonHTMLAttributes.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2440
Inherited from
ButtonHTMLAttributes.onGotPointerCaptureCapture
onInput?
optionalonInput:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
ButtonHTMLAttributes.onInput
onInputCapture?
optionalonInputCapture:InputEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
ButtonHTMLAttributes.onInputCapture
onInvalid?
optionalonInvalid:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
ButtonHTMLAttributes.onInvalid
onInvalidCapture?
optionalonInvalidCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
ButtonHTMLAttributes.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
ButtonHTMLAttributes.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
ButtonHTMLAttributes.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2320
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ButtonHTMLAttributes.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2322
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ButtonHTMLAttributes.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
ButtonHTMLAttributes.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
ButtonHTMLAttributes.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
ButtonHTMLAttributes.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
ButtonHTMLAttributes.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
ButtonHTMLAttributes.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
ButtonHTMLAttributes.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
ButtonHTMLAttributes.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
ButtonHTMLAttributes.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
ButtonHTMLAttributes.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
ButtonHTMLAttributes.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2441
Inherited from
ButtonHTMLAttributes.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2442
Inherited from
ButtonHTMLAttributes.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
ButtonHTMLAttributes.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
ButtonHTMLAttributes.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
ButtonHTMLAttributes.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
ButtonHTMLAttributes.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
ButtonHTMLAttributes.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
ButtonHTMLAttributes.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
ButtonHTMLAttributes.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
ButtonHTMLAttributes.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
ButtonHTMLAttributes.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from
ButtonHTMLAttributes.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
ButtonHTMLAttributes.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
ButtonHTMLAttributes.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
ButtonHTMLAttributes.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
ButtonHTMLAttributes.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
ButtonHTMLAttributes.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
ButtonHTMLAttributes.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
ButtonHTMLAttributes.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
ButtonHTMLAttributes.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
ButtonHTMLAttributes.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
ButtonHTMLAttributes.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
ButtonHTMLAttributes.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
ButtonHTMLAttributes.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from
ButtonHTMLAttributes.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
ButtonHTMLAttributes.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
ButtonHTMLAttributes.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
ButtonHTMLAttributes.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
ButtonHTMLAttributes.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2428
Inherited from
ButtonHTMLAttributes.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
ButtonHTMLAttributes.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from
ButtonHTMLAttributes.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
ButtonHTMLAttributes.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
ButtonHTMLAttributes.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from
ButtonHTMLAttributes.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
ButtonHTMLAttributes.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
ButtonHTMLAttributes.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
ButtonHTMLAttributes.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
ButtonHTMLAttributes.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
ButtonHTMLAttributes.onRateChangeCapture
onReset?
optionalonReset:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
ButtonHTMLAttributes.onReset
onResetCapture?
optionalonResetCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
ButtonHTMLAttributes.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2445
Inherited from
ButtonHTMLAttributes.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2446
Inherited from
ButtonHTMLAttributes.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2447
Inherited from
ButtonHTMLAttributes.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from
ButtonHTMLAttributes.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
ButtonHTMLAttributes.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
ButtonHTMLAttributes.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
ButtonHTMLAttributes.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
ButtonHTMLAttributes.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
ButtonHTMLAttributes.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from
ButtonHTMLAttributes.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
ButtonHTMLAttributes.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
ButtonHTMLAttributes.onStalledCapture
onSubmit?
optionalonSubmit:SubmitEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
ButtonHTMLAttributes.onSubmit
onSubmitCapture?
optionalonSubmitCapture:SubmitEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
ButtonHTMLAttributes.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
ButtonHTMLAttributes.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
ButtonHTMLAttributes.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
ButtonHTMLAttributes.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
ButtonHTMLAttributes.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from
ButtonHTMLAttributes.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
ButtonHTMLAttributes.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2416
Inherited from
ButtonHTMLAttributes.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from
ButtonHTMLAttributes.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
ButtonHTMLAttributes.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
ButtonHTMLAttributes.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
ButtonHTMLAttributes.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
ButtonHTMLAttributes.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
ButtonHTMLAttributes.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2467
Inherited from
ButtonHTMLAttributes.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2468
Inherited from
ButtonHTMLAttributes.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2469
Inherited from
ButtonHTMLAttributes.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2470
Inherited from
ButtonHTMLAttributes.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2471
Inherited from
ButtonHTMLAttributes.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2472
Inherited from
ButtonHTMLAttributes.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
ButtonHTMLAttributes.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2474
Inherited from
ButtonHTMLAttributes.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
ButtonHTMLAttributes.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
ButtonHTMLAttributes.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
ButtonHTMLAttributes.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
ButtonHTMLAttributes.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2451
Inherited from
ButtonHTMLAttributes.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLButtonElement>
Defined in: node_modules/@types/react/index.d.ts:2452
Inherited from
ButtonHTMLAttributes.onWheelCapture
part?
optionalpart:string
Defined in: node_modules/@types/react/index.d.ts:2872
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
ButtonHTMLAttributes.part
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Defined in: node_modules/@types/react/index.d.ts:2846
Inherited from
ButtonHTMLAttributes.popover
popoverTarget?
optionalpopoverTarget:string
Defined in: node_modules/@types/react/index.d.ts:2848
Inherited from
ButtonHTMLAttributes.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Defined in: node_modules/@types/react/index.d.ts:2847
Inherited from
ButtonHTMLAttributes.popoverTargetAction
prefix?
optionalprefix:string
Defined in: node_modules/@types/react/index.d.ts:2824
Inherited from
ButtonHTMLAttributes.prefix
property?
optionalproperty:string
Defined in: node_modules/@types/react/index.d.ts:2825
Inherited from
ButtonHTMLAttributes.property
radioGroup?
optionalradioGroup:string
Defined in: node_modules/@types/react/index.d.ts:2814
Inherited from
ButtonHTMLAttributes.radioGroup
rel?
optionalrel:string
Defined in: node_modules/@types/react/index.d.ts:2826
Inherited from
ButtonHTMLAttributes.rel
resource?
optionalresource:string
Defined in: node_modules/@types/react/index.d.ts:2827
Inherited from
ButtonHTMLAttributes.resource
results?
optionalresults:number
Defined in: node_modules/@types/react/index.d.ts:2841
Inherited from
ButtonHTMLAttributes.results
rev?
optionalrev:string
Defined in: node_modules/@types/react/index.d.ts:2828
Inherited from
ButtonHTMLAttributes.rev
role?
optionalrole:AriaRole
Defined in: node_modules/@types/react/index.d.ts:2817
Inherited from
ButtonHTMLAttributes.role
security?
optionalsecurity:string
Defined in: node_modules/@types/react/index.d.ts:2842
Inherited from
ButtonHTMLAttributes.security
signInOptions?
optionalsignInOptions:SignInOptions
Defined in: src/components/SignInButton.tsx:7
slot?
optionalslot:string
Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
ButtonHTMLAttributes.slot
spellCheck?
optionalspellCheck:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2807
Inherited from
ButtonHTMLAttributes.spellCheck
style?
optionalstyle:CSSProperties
Defined in: node_modules/@types/react/index.d.ts:2808
Inherited from
ButtonHTMLAttributes.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
ButtonHTMLAttributes.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
ButtonHTMLAttributes.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
ButtonHTMLAttributes.tabIndex
title?
optionaltitle:string
Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
ButtonHTMLAttributes.title
translate?
optionaltranslate:"yes"|"no"
Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
ButtonHTMLAttributes.translate
tw?
optionaltw:string
Defined in: node_modules/next/dist/compiled/@vercel/og/types.d.ts:115
Specify styles using Tailwind CSS classes. This feature is currently experimental.
If style prop is also specified, styles generated with tw prop will be overridden.
Example:
tw='w-full h-full bg-blue-200'tw='text-9xl'tw='text-[80px]'
Inherited from
ButtonHTMLAttributes.tw
type?
optionaltype:"submit"|"reset"|"button"
Defined in: node_modules/@types/react/index.d.ts:3067
Inherited from
ButtonHTMLAttributes.type
typeof?
optionaltypeof:string
Defined in: node_modules/@types/react/index.d.ts:2829
Inherited from
ButtonHTMLAttributes.typeof
unselectable?
optionalunselectable:"off"|"on"
Defined in: node_modules/@types/react/index.d.ts:2843
Inherited from
ButtonHTMLAttributes.unselectable
value?
optionalvalue:string|number| readonlystring[]
Defined in: node_modules/@types/react/index.d.ts:3068
Inherited from
ButtonHTMLAttributes.value
vocab?
optionalvocab:string
Defined in: node_modules/@types/react/index.d.ts:2830
Inherited from
ButtonHTMLAttributes.vocab