Skip to Content
API ReferenceClientInterfacesInterface: SignInButtonProps

@authgear/nextjs


@authgear/nextjs / client / SignInButtonProps

Interface: SignInButtonProps

Defined in: src/components/SignInButton.tsx:6 

Extends

  • ButtonHTMLAttributes<HTMLButtonElement>

Properties

about?

optional about: string

Defined in: node_modules/@types/react/index.d.ts:2820

Inherited from

ButtonHTMLAttributes.about


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2793

Inherited from

ButtonHTMLAttributes.accessKey


aria-activedescendant?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2510

Inherited from

ButtonHTMLAttributes.aria-busy


aria-checked?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional aria-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?

optional autoCapitalize: "off" | "none" | "on" | "sentences" | "words" | "characters" | string & object

Defined in: node_modules/@types/react/index.d.ts:2794

Inherited from

ButtonHTMLAttributes.autoCapitalize


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2833

Inherited from

ButtonHTMLAttributes.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2795

Inherited from

ButtonHTMLAttributes.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2834

Inherited from

ButtonHTMLAttributes.autoSave


children?

optional children: ReactNode

Defined in: node_modules/@types/react/index.d.ts:2267

Inherited from

ButtonHTMLAttributes.children


className?

optional className: string

Defined in: node_modules/@types/react/index.d.ts:2796

Inherited from

ButtonHTMLAttributes.className


color?

optional color: string

Defined in: node_modules/@types/react/index.d.ts:2835

Inherited from

ButtonHTMLAttributes.color


content?

optional content: string

Defined in: node_modules/@types/react/index.d.ts:2821

Inherited from

ButtonHTMLAttributes.content


contentEditable?

optional contentEditable: Booleanish | "inherit" | "plaintext-only"

Defined in: node_modules/@types/react/index.d.ts:2797

Inherited from

ButtonHTMLAttributes.contentEditable


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2798

Inherited from

ButtonHTMLAttributes.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

Defined in: node_modules/@types/react/index.d.ts:2268

__html

__html: string | TrustedHTML

Inherited from

ButtonHTMLAttributes.dangerouslySetInnerHTML


datatype?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2822

Inherited from

ButtonHTMLAttributes.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@types/react/index.d.ts:2787

Inherited from

ButtonHTMLAttributes.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2788

Inherited from

ButtonHTMLAttributes.defaultValue


dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2799

Inherited from

ButtonHTMLAttributes.dir


disabled?

optional disabled: boolean

Defined in: node_modules/@types/react/index.d.ts:3053

Inherited from

ButtonHTMLAttributes.disabled


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2800

Inherited from

ButtonHTMLAttributes.draggable


enterKeyHint?

optional enterKeyHint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send"

Defined in: node_modules/@types/react/index.d.ts:2801

Inherited from

ButtonHTMLAttributes.enterKeyHint


exportparts?

optional exportparts: 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?

optional form: string

Defined in: node_modules/@types/react/index.d.ts:3054

Inherited from

ButtonHTMLAttributes.form


formAction?

optional formAction: string | (formData) => void | Promise<void>

Defined in: node_modules/@types/react/index.d.ts:3055

Inherited from

ButtonHTMLAttributes.formAction


formEncType?

optional formEncType: string

Defined in: node_modules/@types/react/index.d.ts:3062

Inherited from

ButtonHTMLAttributes.formEncType


formMethod?

optional formMethod: string

Defined in: node_modules/@types/react/index.d.ts:3063

Inherited from

ButtonHTMLAttributes.formMethod


formNoValidate?

optional formNoValidate: boolean

Defined in: node_modules/@types/react/index.d.ts:3064

Inherited from

ButtonHTMLAttributes.formNoValidate


formTarget?

optional formTarget: string

Defined in: node_modules/@types/react/index.d.ts:3065

Inherited from

ButtonHTMLAttributes.formTarget


hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2802

Inherited from

ButtonHTMLAttributes.hidden


id?

optional id: string

Defined in: node_modules/@types/react/index.d.ts:2803

Inherited from

ButtonHTMLAttributes.id


inert?

optional inert: 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?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2823

Inherited from

ButtonHTMLAttributes.inlist


inputMode?

optional inputMode: "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?

optional is: 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?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2839

Inherited from

ButtonHTMLAttributes.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2836

Inherited from

ButtonHTMLAttributes.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2840

Inherited from

ButtonHTMLAttributes.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2837

Inherited from

ButtonHTMLAttributes.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2838

Inherited from

ButtonHTMLAttributes.itemType


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2804

Inherited from

ButtonHTMLAttributes.lang


name?

optional name: string

Defined in: node_modules/@types/react/index.d.ts:3066

Inherited from

ButtonHTMLAttributes.name


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2805

Inherited from

ButtonHTMLAttributes.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

ButtonHTMLAttributes.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2328

Inherited from

ButtonHTMLAttributes.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2457

Inherited from

ButtonHTMLAttributes.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2458

Inherited from

ButtonHTMLAttributes.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2459

Inherited from

ButtonHTMLAttributes.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2460

Inherited from

ButtonHTMLAttributes.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2455

Inherited from

ButtonHTMLAttributes.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2456

Inherited from

ButtonHTMLAttributes.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2373

Inherited from

ButtonHTMLAttributes.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2374

Inherited from

ButtonHTMLAttributes.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2299

Inherited from

ButtonHTMLAttributes.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: InputEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2300

Inherited from

ButtonHTMLAttributes.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2464

Inherited from

ButtonHTMLAttributes.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

ButtonHTMLAttributes.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2294

Inherited from

ButtonHTMLAttributes.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2329

Inherited from

ButtonHTMLAttributes.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2330

Inherited from

ButtonHTMLAttributes.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

ButtonHTMLAttributes.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

ButtonHTMLAttributes.onCanPlayThroughCapture


onChange?

optional onChange: ChangeEventHandler<HTMLButtonElement, Element>

Defined in: node_modules/@types/react/index.d.ts:2297

Inherited from

ButtonHTMLAttributes.onChange


onChangeCapture?

optional onChangeCapture: ChangeEventHandler<HTMLButtonElement, Element>

Defined in: node_modules/@types/react/index.d.ts:2298

Inherited from

ButtonHTMLAttributes.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2375

Inherited from

ButtonHTMLAttributes.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2376

Inherited from

ButtonHTMLAttributes.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

ButtonHTMLAttributes.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

ButtonHTMLAttributes.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

ButtonHTMLAttributes.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

ButtonHTMLAttributes.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2287

Inherited from

ButtonHTMLAttributes.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2288

Inherited from

ButtonHTMLAttributes.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2377

Inherited from

ButtonHTMLAttributes.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2378

Inherited from

ButtonHTMLAttributes.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

ButtonHTMLAttributes.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

ButtonHTMLAttributes.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2277

Inherited from

ButtonHTMLAttributes.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2278

Inherited from

ButtonHTMLAttributes.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2379

Inherited from

ButtonHTMLAttributes.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2380

Inherited from

ButtonHTMLAttributes.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2381

Inherited from

ButtonHTMLAttributes.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2382

Inherited from

ButtonHTMLAttributes.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2383

Inherited from

ButtonHTMLAttributes.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2384

Inherited from

ButtonHTMLAttributes.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2385

Inherited from

ButtonHTMLAttributes.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2386

Inherited from

ButtonHTMLAttributes.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2387

Inherited from

ButtonHTMLAttributes.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2388

Inherited from

ButtonHTMLAttributes.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2389

Inherited from

ButtonHTMLAttributes.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2390

Inherited from

ButtonHTMLAttributes.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2391

Inherited from

ButtonHTMLAttributes.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2392

Inherited from

ButtonHTMLAttributes.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2393

Inherited from

ButtonHTMLAttributes.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2394

Inherited from

ButtonHTMLAttributes.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2395

Inherited from

ButtonHTMLAttributes.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2396

Inherited from

ButtonHTMLAttributes.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

ButtonHTMLAttributes.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2334

Inherited from

ButtonHTMLAttributes.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2335

Inherited from

ButtonHTMLAttributes.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

ButtonHTMLAttributes.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

ButtonHTMLAttributes.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2338

Inherited from

ButtonHTMLAttributes.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2339

Inherited from

ButtonHTMLAttributes.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2340

Inherited from

ButtonHTMLAttributes.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2313

Inherited from

ButtonHTMLAttributes.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2314

Inherited from

ButtonHTMLAttributes.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

ButtonHTMLAttributes.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

ButtonHTMLAttributes.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2439

Inherited from

ButtonHTMLAttributes.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2440

Inherited from

ButtonHTMLAttributes.onGotPointerCaptureCapture


onInput?

optional onInput: InputEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2301

Inherited from

ButtonHTMLAttributes.onInput


onInputCapture?

optional onInputCapture: InputEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2302

Inherited from

ButtonHTMLAttributes.onInputCapture


onInvalid?

optional onInvalid: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2307

Inherited from

ButtonHTMLAttributes.onInvalid


onInvalidCapture?

optional onInvalidCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2308

Inherited from

ButtonHTMLAttributes.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2317

Inherited from

ButtonHTMLAttributes.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2318

Inherited from

ButtonHTMLAttributes.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2320

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

ButtonHTMLAttributes.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

ButtonHTMLAttributes.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

ButtonHTMLAttributes.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

ButtonHTMLAttributes.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2311

Inherited from

ButtonHTMLAttributes.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

ButtonHTMLAttributes.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2341

Inherited from

ButtonHTMLAttributes.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

ButtonHTMLAttributes.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

ButtonHTMLAttributes.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2344

Inherited from

ButtonHTMLAttributes.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2345

Inherited from

ButtonHTMLAttributes.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2346

Inherited from

ButtonHTMLAttributes.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2441

Inherited from

ButtonHTMLAttributes.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2442

Inherited from

ButtonHTMLAttributes.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2397

Inherited from

ButtonHTMLAttributes.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2398

Inherited from

ButtonHTMLAttributes.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2399

Inherited from

ButtonHTMLAttributes.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2400

Inherited from

ButtonHTMLAttributes.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2401

Inherited from

ButtonHTMLAttributes.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2402

Inherited from

ButtonHTMLAttributes.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2403

Inherited from

ButtonHTMLAttributes.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2404

Inherited from

ButtonHTMLAttributes.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2405

Inherited from

ButtonHTMLAttributes.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2406

Inherited from

ButtonHTMLAttributes.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2407

Inherited from

ButtonHTMLAttributes.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2408

Inherited from

ButtonHTMLAttributes.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

ButtonHTMLAttributes.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

ButtonHTMLAttributes.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2347

Inherited from

ButtonHTMLAttributes.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

ButtonHTMLAttributes.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2349

Inherited from

ButtonHTMLAttributes.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2350

Inherited from

ButtonHTMLAttributes.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2351

Inherited from

ButtonHTMLAttributes.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2352

Inherited from

ButtonHTMLAttributes.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2431

Inherited from

ButtonHTMLAttributes.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2432

Inherited from

ButtonHTMLAttributes.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2425

Inherited from

ButtonHTMLAttributes.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2426

Inherited from

ButtonHTMLAttributes.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2433

Inherited from

ButtonHTMLAttributes.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2434

Inherited from

ButtonHTMLAttributes.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2427

Inherited from

ButtonHTMLAttributes.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2428

Inherited from

ButtonHTMLAttributes.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2437

Inherited from

ButtonHTMLAttributes.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2438

Inherited from

ButtonHTMLAttributes.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2435

Inherited from

ButtonHTMLAttributes.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2436

Inherited from

ButtonHTMLAttributes.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2429

Inherited from

ButtonHTMLAttributes.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2430

Inherited from

ButtonHTMLAttributes.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2353

Inherited from

ButtonHTMLAttributes.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

ButtonHTMLAttributes.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2355

Inherited from

ButtonHTMLAttributes.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2356

Inherited from

ButtonHTMLAttributes.onRateChangeCapture


onReset?

optional onReset: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

ButtonHTMLAttributes.onReset


onResetCapture?

optional onResetCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2304

Inherited from

ButtonHTMLAttributes.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2445

Inherited from

ButtonHTMLAttributes.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2446

Inherited from

ButtonHTMLAttributes.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2447

Inherited from

ButtonHTMLAttributes.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2448

Inherited from

ButtonHTMLAttributes.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2357

Inherited from

ButtonHTMLAttributes.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

ButtonHTMLAttributes.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2359

Inherited from

ButtonHTMLAttributes.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2360

Inherited from

ButtonHTMLAttributes.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2411

Inherited from

ButtonHTMLAttributes.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2412

Inherited from

ButtonHTMLAttributes.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2361

Inherited from

ButtonHTMLAttributes.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2362

Inherited from

ButtonHTMLAttributes.onStalledCapture


onSubmit?

optional onSubmit: SubmitEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2305

Inherited from

ButtonHTMLAttributes.onSubmit


onSubmitCapture?

optional onSubmitCapture: SubmitEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

ButtonHTMLAttributes.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2363

Inherited from

ButtonHTMLAttributes.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2364

Inherited from

ButtonHTMLAttributes.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2365

Inherited from

ButtonHTMLAttributes.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2366

Inherited from

ButtonHTMLAttributes.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2463

Inherited from

ButtonHTMLAttributes.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2415

Inherited from

ButtonHTMLAttributes.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2416

Inherited from

ButtonHTMLAttributes.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2417

Inherited from

ButtonHTMLAttributes.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2418

Inherited from

ButtonHTMLAttributes.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2419

Inherited from

ButtonHTMLAttributes.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2420

Inherited from

ButtonHTMLAttributes.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2421

Inherited from

ButtonHTMLAttributes.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2422

Inherited from

ButtonHTMLAttributes.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2467

Inherited from

ButtonHTMLAttributes.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2468

Inherited from

ButtonHTMLAttributes.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2469

Inherited from

ButtonHTMLAttributes.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2470

Inherited from

ButtonHTMLAttributes.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2471

Inherited from

ButtonHTMLAttributes.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2472

Inherited from

ButtonHTMLAttributes.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2473

Inherited from

ButtonHTMLAttributes.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2474

Inherited from

ButtonHTMLAttributes.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2367

Inherited from

ButtonHTMLAttributes.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2368

Inherited from

ButtonHTMLAttributes.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2369

Inherited from

ButtonHTMLAttributes.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2370

Inherited from

ButtonHTMLAttributes.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2451

Inherited from

ButtonHTMLAttributes.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLButtonElement>

Defined in: node_modules/@types/react/index.d.ts:2452

Inherited from

ButtonHTMLAttributes.onWheelCapture


part?

optional part: 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?

optional popover: "" | "auto" | "manual" | "hint"

Defined in: node_modules/@types/react/index.d.ts:2846

Inherited from

ButtonHTMLAttributes.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2848

Inherited from

ButtonHTMLAttributes.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Defined in: node_modules/@types/react/index.d.ts:2847

Inherited from

ButtonHTMLAttributes.popoverTargetAction


prefix?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2824

Inherited from

ButtonHTMLAttributes.prefix


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2825

Inherited from

ButtonHTMLAttributes.property


radioGroup?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2814

Inherited from

ButtonHTMLAttributes.radioGroup


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2826

Inherited from

ButtonHTMLAttributes.rel


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2827

Inherited from

ButtonHTMLAttributes.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2841

Inherited from

ButtonHTMLAttributes.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2828

Inherited from

ButtonHTMLAttributes.rev


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2817

Inherited from

ButtonHTMLAttributes.role


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2842

Inherited from

ButtonHTMLAttributes.security


signInOptions?

optional signInOptions: SignInOptions

Defined in: src/components/SignInButton.tsx:7 


slot?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2806

Inherited from

ButtonHTMLAttributes.slot


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2807

Inherited from

ButtonHTMLAttributes.spellCheck


style?

optional style: CSSProperties

Defined in: node_modules/@types/react/index.d.ts:2808

Inherited from

ButtonHTMLAttributes.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2789

Inherited from

ButtonHTMLAttributes.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2790

Inherited from

ButtonHTMLAttributes.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Defined in: node_modules/@types/react/index.d.ts:2809

Inherited from

ButtonHTMLAttributes.tabIndex


title?

optional title: string

Defined in: node_modules/@types/react/index.d.ts:2810

Inherited from

ButtonHTMLAttributes.title


translate?

optional translate: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2811

Inherited from

ButtonHTMLAttributes.translate


tw?

optional tw: 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?

optional type: "submit" | "reset" | "button"

Defined in: node_modules/@types/react/index.d.ts:3067

Inherited from

ButtonHTMLAttributes.type


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2829

Inherited from

ButtonHTMLAttributes.typeof


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2843

Inherited from

ButtonHTMLAttributes.unselectable


value?

optional value: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:3068

Inherited from

ButtonHTMLAttributes.value


vocab?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2830

Inherited from

ButtonHTMLAttributes.vocab

Last updated on