moderator-toolbox-nxg-for-reddit / shared/controls/FlatListAction

shared/controls/FlatListAction

Functions

FlatListAction()

FlatListAction(__namedParameters): Element

Defined in: extension/data/shared/controls/FlatListAction.tsx:25

A flat-list-row action rendered as an <a role="button"> styled like Reddit’s native pills.

Bakes in the contract every row control shares: the toolbox-flat-list-action class, button semantics, and - crucially - stopping the click from reaching Shreddit’s full-post overlay link (the slot links have no href, so a bubbled click would navigate to the post instead of running the action). That propagation-stop is applied only when this control owns its click via onClick; handler-less links (the Remove and “Add removal reason” pills) intentionally let the click bubble to a document-level handler, so for them the event is left untouched.

Parameters

__namedParameters

FlatListActionProps

Returns

Element

Interfaces

FlatListActionProps

Defined in: extension/data/shared/controls/FlatListAction.tsx:8

Props for FlatListAction: any anchor attributes, plus our pill-class handling.

Extends

  • AnchorHTMLAttributes<HTMLAnchorElement>

Indexable

[dataAttr: `data-${string}`]: string | undefined

Arbitrary data-* attributes (e.g. document-level handlers read data-id/data-subreddit).

Properties

about?

optional about?: string

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

Inherited from

AnchorHTMLAttributes.about

accessKey?

optional accessKey?: string

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

Inherited from

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-atomic

aria-autocomplete?

optional aria-autocomplete?: "list" | "none" | "both" | "inline"

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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-brailleroledescription

aria-busy?

optional aria-busy?: Booleanish

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

Inherited from

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-controls

aria-current?

optional aria-current?: boolean | "true" | "false" | "location" | "page" | "time" | "date" | "step"

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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-disabled

~~aria-dropeffect?~~

optional aria-dropeffect?: "link" | "copy" | "none" | "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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-grabbed

aria-haspopup?

optional aria-haspopup?: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-readonly

aria-relevant?

optional aria-relevant?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

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

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.aria-valuetext

autoCapitalize?

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

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

Inherited from

AnchorHTMLAttributes.autoCapitalize

autoCorrect?

optional autoCorrect?: string

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

Inherited from

AnchorHTMLAttributes.autoCorrect

autoFocus?

optional autoFocus?: boolean

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

Inherited from

AnchorHTMLAttributes.autoFocus

autoSave?

optional autoSave?: string

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

Inherited from

AnchorHTMLAttributes.autoSave

children?

optional children?: ReactNode

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

Inherited from

AnchorHTMLAttributes.children

className?

optional className?: string

Defined in: extension/data/shared/controls/FlatListAction.tsx:10

Extra class names layered on top of the shared toolbox-flat-list-action pill class.

Overrides

AnchorHTMLAttributes.className

color?

optional color?: string

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

Inherited from

AnchorHTMLAttributes.color

content?

optional content?: string

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

Inherited from

AnchorHTMLAttributes.content

contentEditable?

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

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

Inherited from

AnchorHTMLAttributes.contentEditable

contextMenu?

optional contextMenu?: string

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

Inherited from

AnchorHTMLAttributes.contextMenu

dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML?: object

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

__html

__html: string | TrustedHTML

Inherited from

AnchorHTMLAttributes.dangerouslySetInnerHTML

datatype?

optional datatype?: string

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

Inherited from

AnchorHTMLAttributes.datatype

defaultChecked?

optional defaultChecked?: boolean

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

Inherited from

AnchorHTMLAttributes.defaultChecked

defaultValue?

optional defaultValue?: string | number | readonly string[]

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

Inherited from

AnchorHTMLAttributes.defaultValue

dir?

optional dir?: string

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

Inherited from

AnchorHTMLAttributes.dir

download?

optional download?: any

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

Inherited from

AnchorHTMLAttributes.download

draggable?

optional draggable?: Booleanish

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

Inherited from

AnchorHTMLAttributes.draggable

enterKeyHint?

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

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

Inherited from

AnchorHTMLAttributes.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

AnchorHTMLAttributes.exportparts

hidden?

optional hidden?: boolean

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

Inherited from

AnchorHTMLAttributes.hidden

href?

optional href?: string

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

Inherited from

AnchorHTMLAttributes.href

hrefLang?

optional hrefLang?: string

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

Inherited from

AnchorHTMLAttributes.hrefLang

id?

optional id?: string

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

Inherited from

AnchorHTMLAttributes.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

AnchorHTMLAttributes.inert

inlist?

optional inlist?: any

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

Inherited from

AnchorHTMLAttributes.inlist

inputMode?

optional inputMode?: "text" | "url" | "none" | "search" | "tel" | "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

AnchorHTMLAttributes.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

AnchorHTMLAttributes.is

itemID?

optional itemID?: string

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

Inherited from

AnchorHTMLAttributes.itemID

itemProp?

optional itemProp?: string

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

Inherited from

AnchorHTMLAttributes.itemProp

itemRef?

optional itemRef?: string

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

Inherited from

AnchorHTMLAttributes.itemRef

itemScope?

optional itemScope?: boolean

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

Inherited from

AnchorHTMLAttributes.itemScope

itemType?

optional itemType?: string

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

Inherited from

AnchorHTMLAttributes.itemType

lang?

optional lang?: string

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

Inherited from

AnchorHTMLAttributes.lang

media?

optional media?: string

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

Inherited from

AnchorHTMLAttributes.media

nonce?

optional nonce?: string

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

Inherited from

AnchorHTMLAttributes.nonce

onAbort?

optional onAbort?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAbort

onAbortCapture?

optional onAbortCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAbortCapture

onAnimationEnd?

optional onAnimationEnd?: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAnimationEnd

onAnimationEndCapture?

optional onAnimationEndCapture?: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAnimationEndCapture

onAnimationIteration?

optional onAnimationIteration?: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAnimationIteration

onAnimationIterationCapture?

optional onAnimationIterationCapture?: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAnimationIterationCapture

onAnimationStart?

optional onAnimationStart?: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAnimationStart

onAnimationStartCapture?

optional onAnimationStartCapture?: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAnimationStartCapture

onAuxClick?

optional onAuxClick?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAuxClick

onAuxClickCapture?

optional onAuxClickCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onAuxClickCapture

onBeforeInput?

optional onBeforeInput?: InputEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onBeforeInput

onBeforeInputCapture?

optional onBeforeInputCapture?: InputEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onBeforeInputCapture

onBeforeToggle?

optional onBeforeToggle?: ToggleEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onBeforeToggle

onBlur?

optional onBlur?: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onBlur

onBlurCapture?

optional onBlurCapture?: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onBlurCapture

onCanPlay?

optional onCanPlay?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCanPlay

onCanPlayCapture?

optional onCanPlayCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCanPlayCapture

onCanPlayThrough?

optional onCanPlayThrough?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCanPlayThrough

onCanPlayThroughCapture?

optional onCanPlayThroughCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCanPlayThroughCapture

onChange?

optional onChange?: ChangeEventHandler<HTMLAnchorElement, Element>

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

Inherited from

AnchorHTMLAttributes.onChange

onChangeCapture?

optional onChangeCapture?: ChangeEventHandler<HTMLAnchorElement, Element>

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

Inherited from

AnchorHTMLAttributes.onChangeCapture

onClick?

optional onClick?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onClick

onClickCapture?

optional onClickCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onClickCapture

onCompositionEnd?

optional onCompositionEnd?: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCompositionEnd

onCompositionEndCapture?

optional onCompositionEndCapture?: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCompositionEndCapture

onCompositionStart?

optional onCompositionStart?: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCompositionStart

onCompositionStartCapture?

optional onCompositionStartCapture?: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCompositionStartCapture

onCompositionUpdate?

optional onCompositionUpdate?: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCompositionUpdate

onCompositionUpdateCapture?

optional onCompositionUpdateCapture?: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCompositionUpdateCapture

onContextMenu?

optional onContextMenu?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onContextMenu

onContextMenuCapture?

optional onContextMenuCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onContextMenuCapture

onCopy?

optional onCopy?: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCopy

onCopyCapture?

optional onCopyCapture?: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCopyCapture

onCut?

optional onCut?: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCut

onCutCapture?

optional onCutCapture?: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onCutCapture

onDoubleClick?

optional onDoubleClick?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDoubleClick

onDoubleClickCapture?

optional onDoubleClickCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDoubleClickCapture

onDrag?

optional onDrag?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDrag

onDragCapture?

optional onDragCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragCapture

onDragEnd?

optional onDragEnd?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragEnd

onDragEndCapture?

optional onDragEndCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragEndCapture

onDragEnter?

optional onDragEnter?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragEnter

onDragEnterCapture?

optional onDragEnterCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragEnterCapture

onDragExit?

optional onDragExit?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragExit

onDragExitCapture?

optional onDragExitCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragExitCapture

onDragLeave?

optional onDragLeave?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragLeave

onDragLeaveCapture?

optional onDragLeaveCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragLeaveCapture

onDragOver?

optional onDragOver?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragOver

onDragOverCapture?

optional onDragOverCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragOverCapture

onDragStart?

optional onDragStart?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragStart

onDragStartCapture?

optional onDragStartCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDragStartCapture

onDrop?

optional onDrop?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDrop

onDropCapture?

optional onDropCapture?: DragEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDropCapture

onDurationChange?

optional onDurationChange?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDurationChange

onDurationChangeCapture?

optional onDurationChangeCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onDurationChangeCapture

onEmptied?

optional onEmptied?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onEmptied

onEmptiedCapture?

optional onEmptiedCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onEmptiedCapture

onEncrypted?

optional onEncrypted?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onEncrypted

onEncryptedCapture?

optional onEncryptedCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onEncryptedCapture

onEnded?

optional onEnded?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onEnded

onEndedCapture?

optional onEndedCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onEndedCapture

onError?

optional onError?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onError

onErrorCapture?

optional onErrorCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onErrorCapture

onFocus?

optional onFocus?: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onFocus

onFocusCapture?

optional onFocusCapture?: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onFocusCapture

onGotPointerCapture?

optional onGotPointerCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onGotPointerCapture

onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onGotPointerCaptureCapture

onInput?

optional onInput?: InputEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onInput

onInputCapture?

optional onInputCapture?: InputEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onInputCapture

onInvalid?

optional onInvalid?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onInvalid

onInvalidCapture?

optional onInvalidCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onInvalidCapture

onKeyDown?

optional onKeyDown?: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onKeyDown

onKeyDownCapture?

optional onKeyDownCapture?: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onKeyDownCapture

~~onKeyPress?~~

optional onKeyPress?: KeyboardEventHandler<HTMLAnchorElement>

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

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

AnchorHTMLAttributes.onKeyPress

~~onKeyPressCapture?~~

optional onKeyPressCapture?: KeyboardEventHandler<HTMLAnchorElement>

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

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

AnchorHTMLAttributes.onKeyPressCapture

onKeyUp?

optional onKeyUp?: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onKeyUp

onKeyUpCapture?

optional onKeyUpCapture?: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onKeyUpCapture

onLoad?

optional onLoad?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoad

onLoadCapture?

optional onLoadCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadCapture

onLoadedData?

optional onLoadedData?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadedData

onLoadedDataCapture?

optional onLoadedDataCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadedDataCapture

onLoadedMetadata?

optional onLoadedMetadata?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadedMetadata

onLoadedMetadataCapture?

optional onLoadedMetadataCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadedMetadataCapture

onLoadStart?

optional onLoadStart?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadStart

onLoadStartCapture?

optional onLoadStartCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLoadStartCapture

onLostPointerCapture?

optional onLostPointerCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLostPointerCapture

onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onLostPointerCaptureCapture

onMouseDown?

optional onMouseDown?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseDown

onMouseDownCapture?

optional onMouseDownCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseDownCapture

onMouseEnter?

optional onMouseEnter?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseEnter

onMouseLeave?

optional onMouseLeave?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseLeave

onMouseMove?

optional onMouseMove?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseMove

onMouseMoveCapture?

optional onMouseMoveCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseMoveCapture

onMouseOut?

optional onMouseOut?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseOut

onMouseOutCapture?

optional onMouseOutCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseOutCapture

onMouseOver?

optional onMouseOver?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseOver

onMouseOverCapture?

optional onMouseOverCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseOverCapture

onMouseUp?

optional onMouseUp?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseUp

onMouseUpCapture?

optional onMouseUpCapture?: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onMouseUpCapture

onPaste?

optional onPaste?: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPaste

onPasteCapture?

optional onPasteCapture?: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPasteCapture

onPause?

optional onPause?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPause

onPauseCapture?

optional onPauseCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPauseCapture

onPlay?

optional onPlay?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPlay

onPlayCapture?

optional onPlayCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPlayCapture

onPlaying?

optional onPlaying?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPlaying

onPlayingCapture?

optional onPlayingCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPlayingCapture

onPointerCancel?

optional onPointerCancel?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerCancel

onPointerCancelCapture?

optional onPointerCancelCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerCancelCapture

onPointerDown?

optional onPointerDown?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerDown

onPointerDownCapture?

optional onPointerDownCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerDownCapture

onPointerEnter?

optional onPointerEnter?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerEnter

onPointerLeave?

optional onPointerLeave?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerLeave

onPointerMove?

optional onPointerMove?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerMove

onPointerMoveCapture?

optional onPointerMoveCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerMoveCapture

onPointerOut?

optional onPointerOut?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerOut

onPointerOutCapture?

optional onPointerOutCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerOutCapture

onPointerOver?

optional onPointerOver?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerOver

onPointerOverCapture?

optional onPointerOverCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerOverCapture

onPointerUp?

optional onPointerUp?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerUp

onPointerUpCapture?

optional onPointerUpCapture?: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onPointerUpCapture

onProgress?

optional onProgress?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onProgress

onProgressCapture?

optional onProgressCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onProgressCapture

onRateChange?

optional onRateChange?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onRateChange

onRateChangeCapture?

optional onRateChangeCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onRateChangeCapture

onReset?

optional onReset?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onReset

onResetCapture?

optional onResetCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onResetCapture

onScroll?

optional onScroll?: UIEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onScroll

onScrollCapture?

optional onScrollCapture?: UIEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onScrollCapture

onScrollEnd?

optional onScrollEnd?: UIEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onScrollEnd

onScrollEndCapture?

optional onScrollEndCapture?: UIEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onScrollEndCapture

onSeeked?

optional onSeeked?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSeeked

onSeekedCapture?

optional onSeekedCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSeekedCapture

onSeeking?

optional onSeeking?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSeeking

onSeekingCapture?

optional onSeekingCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSeekingCapture

onSelect?

optional onSelect?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSelect

onSelectCapture?

optional onSelectCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSelectCapture

onStalled?

optional onStalled?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onStalled

onStalledCapture?

optional onStalledCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onStalledCapture

onSubmit?

optional onSubmit?: SubmitEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSubmit

onSubmitCapture?

optional onSubmitCapture?: SubmitEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSubmitCapture

onSuspend?

optional onSuspend?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSuspend

onSuspendCapture?

optional onSuspendCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onSuspendCapture

onTimeUpdate?

optional onTimeUpdate?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTimeUpdate

onTimeUpdateCapture?

optional onTimeUpdateCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTimeUpdateCapture

onToggle?

optional onToggle?: ToggleEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onToggle

onTouchCancel?

optional onTouchCancel?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchCancel

onTouchCancelCapture?

optional onTouchCancelCapture?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchCancelCapture

onTouchEnd?

optional onTouchEnd?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchEnd

onTouchEndCapture?

optional onTouchEndCapture?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchEndCapture

onTouchMove?

optional onTouchMove?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchMove

onTouchMoveCapture?

optional onTouchMoveCapture?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchMoveCapture

onTouchStart?

optional onTouchStart?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchStart

onTouchStartCapture?

optional onTouchStartCapture?: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTouchStartCapture

onTransitionCancel?

optional onTransitionCancel?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionCancel

onTransitionCancelCapture?

optional onTransitionCancelCapture?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionCancelCapture

onTransitionEnd?

optional onTransitionEnd?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionEnd

onTransitionEndCapture?

optional onTransitionEndCapture?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionEndCapture

onTransitionRun?

optional onTransitionRun?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionRun

onTransitionRunCapture?

optional onTransitionRunCapture?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionRunCapture

onTransitionStart?

optional onTransitionStart?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionStart

onTransitionStartCapture?

optional onTransitionStartCapture?: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onTransitionStartCapture

onVolumeChange?

optional onVolumeChange?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onVolumeChange

onVolumeChangeCapture?

optional onVolumeChangeCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onVolumeChangeCapture

onWaiting?

optional onWaiting?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onWaiting

onWaitingCapture?

optional onWaitingCapture?: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onWaitingCapture

onWheel?

optional onWheel?: WheelEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.onWheel

onWheelCapture?

optional onWheelCapture?: WheelEventHandler<HTMLAnchorElement>

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

Inherited from

AnchorHTMLAttributes.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

AnchorHTMLAttributes.part

ping?

optional ping?: string

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

Inherited from

AnchorHTMLAttributes.ping

popover?

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

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

Inherited from

AnchorHTMLAttributes.popover

popoverTarget?

optional popoverTarget?: string

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

Inherited from

AnchorHTMLAttributes.popoverTarget

popoverTargetAction?

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

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

Inherited from

AnchorHTMLAttributes.popoverTargetAction

prefix?

optional prefix?: string

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

Inherited from

AnchorHTMLAttributes.prefix

property?

optional property?: string

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

Inherited from

AnchorHTMLAttributes.property

radioGroup?

optional radioGroup?: string

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

Inherited from

AnchorHTMLAttributes.radioGroup

referrerPolicy?

optional referrerPolicy?: HTMLAttributeReferrerPolicy

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

Inherited from

AnchorHTMLAttributes.referrerPolicy

rel?

optional rel?: string

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

Inherited from

AnchorHTMLAttributes.rel

resource?

optional resource?: string

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

Inherited from

AnchorHTMLAttributes.resource

results?

optional results?: number

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

Inherited from

AnchorHTMLAttributes.results

rev?

optional rev?: string

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

Inherited from

AnchorHTMLAttributes.rev

role?

optional role?: AriaRole

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

Inherited from

AnchorHTMLAttributes.role

security?

optional security?: string

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

Inherited from

AnchorHTMLAttributes.security

slot?

optional slot?: string

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

Inherited from

AnchorHTMLAttributes.slot

spellCheck?

optional spellCheck?: Booleanish

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

Inherited from

AnchorHTMLAttributes.spellCheck

style?

optional style?: CSSProperties

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

Inherited from

AnchorHTMLAttributes.style

suppressContentEditableWarning?

optional suppressContentEditableWarning?: boolean

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

Inherited from

AnchorHTMLAttributes.suppressContentEditableWarning

suppressHydrationWarning?

optional suppressHydrationWarning?: boolean

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

Inherited from

AnchorHTMLAttributes.suppressHydrationWarning

tabIndex?

optional tabIndex?: number

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

Inherited from

AnchorHTMLAttributes.tabIndex

target?

optional target?: HTMLAttributeAnchorTarget

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

Inherited from

AnchorHTMLAttributes.target

title?

optional title?: string

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

Inherited from

AnchorHTMLAttributes.title

translate?

optional translate?: "yes" | "no"

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

Inherited from

AnchorHTMLAttributes.translate

type?

optional type?: string

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

Inherited from

AnchorHTMLAttributes.type

typeof?

optional typeof?: string

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

Inherited from

AnchorHTMLAttributes.typeof

unselectable?

optional unselectable?: "off" | "on"

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

Inherited from

AnchorHTMLAttributes.unselectable

vocab?

optional vocab?: string

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

Inherited from

AnchorHTMLAttributes.vocab