Skip to main content

NavigationLinkProps

Datalayer Core


Datalayer Core / NavigationLinkProps

Interface: NavigationLinkProps

Defined in: src/navigation/components.tsx:10

Extends

  • Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "href">

Properties

about?

optional about: string

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

Inherited from

Omit.about


accessKey?

optional accessKey: string

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

Inherited from

Omit.accessKey


aria-activedescendant?

optional aria-activedescendant: string

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

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

Omit.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

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

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

Omit.aria-atomic


aria-autocomplete?

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

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

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

Omit.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

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

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

Omit.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

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

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

Omit.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

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

Inherited from

Omit.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

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

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

Omit.aria-checked


aria-colcount?

optional aria-colcount: number

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

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

Omit.aria-colcount


aria-colindex?

optional aria-colindex: number

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

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

Omit.aria-colindex


aria-colindextext?

optional aria-colindextext: string

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

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

Omit.aria-colindextext


aria-colspan?

optional aria-colspan: number

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

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

Omit.aria-colspan


aria-controls?

optional aria-controls: string

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

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

Omit.aria-controls


aria-current?

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

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

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

Omit.aria-current


aria-describedby?

optional aria-describedby: string

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

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

Omit.aria-describedby


aria-description?

optional aria-description: string

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

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

Omit.aria-description


aria-details?

optional aria-details: string

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

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

Omit.aria-details


aria-disabled?

optional aria-disabled: Booleanish

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

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

Omit.aria-disabled


aria-dropeffect?

optional aria-dropeffect: "link" | "none" | "copy" | "execute" | "move" | "popup"

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

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

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

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

Omit.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

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

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

Omit.aria-expanded


aria-flowto?

optional aria-flowto: string

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

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

Omit.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

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

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false"

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

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

Omit.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

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

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Omit.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

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

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

Omit.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

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

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

Omit.aria-keyshortcuts


aria-label?

optional aria-label: string

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

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Omit.aria-label


aria-labelledby?

optional aria-labelledby: string

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

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

Omit.aria-labelledby


aria-level?

optional aria-level: number

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

Defines the hierarchical level of an element within a structure.

Inherited from

Omit.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

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

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

Omit.aria-live


aria-modal?

optional aria-modal: Booleanish

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

Indicates whether an element is modal when displayed.

Inherited from

Omit.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

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

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

Omit.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

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

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

Omit.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

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

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

Omit.aria-orientation


aria-owns?

optional aria-owns: string

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

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

Omit.aria-owns


aria-placeholder?

optional aria-placeholder: string

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

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

Omit.aria-placeholder


aria-posinset?

optional aria-posinset: number

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

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

Omit.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

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

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Omit.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

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

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

Omit.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:2766

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

See

aria-atomic.

Inherited from

Omit.aria-relevant


aria-required?

optional aria-required: Booleanish

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

Indicates that user input is required on the element before a form may be submitted.

Inherited from

Omit.aria-required


aria-roledescription?

optional aria-roledescription: string

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

Defines a human-readable, author-localized description for the role of an element.

Inherited from

Omit.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

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

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

Omit.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

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

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

Omit.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

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

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

Omit.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

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

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

Omit.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

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

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Omit.aria-selected


aria-setsize?

optional aria-setsize: number

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

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

Omit.aria-setsize


aria-sort?

optional aria-sort: "none" | "ascending" | "descending" | "other"

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

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

Omit.aria-sort


aria-valuemax?

optional aria-valuemax: number

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

Defines the maximum allowed value for a range widget.

Inherited from

Omit.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

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

Defines the minimum allowed value for a range widget.

Inherited from

Omit.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

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

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Omit.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

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

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

Omit.aria-valuetext


autoCapitalize?

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

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

Inherited from

Omit.autoCapitalize


autoCorrect?

optional autoCorrect: string

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

Inherited from

Omit.autoCorrect


autoFocus?

optional autoFocus: boolean

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

Inherited from

Omit.autoFocus


autoSave?

optional autoSave: string

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

Inherited from

Omit.autoSave


children?

optional children: ReactNode

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

Inherited from

Omit.children


className?

optional className: string

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

Inherited from

Omit.className


color?

optional color: string

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

Inherited from

Omit.color


content?

optional content: string

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

Inherited from

Omit.content


contentEditable?

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

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

Inherited from

Omit.contentEditable


contextMenu?

optional contextMenu: string

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

Inherited from

Omit.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

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

__html

__html: string | TrustedHTML

Inherited from

Omit.dangerouslySetInnerHTML


datatype?

optional datatype: string

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

Inherited from

Omit.datatype


defaultChecked?

optional defaultChecked: boolean

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

Inherited from

Omit.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

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

Inherited from

Omit.defaultValue


dir?

optional dir: string

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

Inherited from

Omit.dir


download?

optional download: any

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

Inherited from

Omit.download


draggable?

optional draggable: Booleanish

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

Inherited from

Omit.draggable


enterKeyHint?

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

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

Inherited from

Omit.enterKeyHint


exportparts?

optional exportparts: string

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

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

Omit.exportparts


hidden?

optional hidden: boolean

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

Inherited from

Omit.hidden


hrefLang?

optional hrefLang: string

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

Inherited from

Omit.hrefLang


id?

optional id: string

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

Inherited from

Omit.id


inlist?

optional inlist: any

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

Inherited from

Omit.inlist


inputMode?

optional inputMode: "search" | "text" | "none" | "numeric" | "url" | "email" | "tel" | "decimal"

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

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

Omit.inputMode


is?

optional is: string

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

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

Omit.is


itemID?

optional itemID: string

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

Inherited from

Omit.itemID


itemProp?

optional itemProp: string

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

Inherited from

Omit.itemProp


itemRef?

optional itemRef: string

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

Inherited from

Omit.itemRef


itemScope?

optional itemScope: boolean

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

Inherited from

Omit.itemScope


itemType?

optional itemType: string

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

Inherited from

Omit.itemType


lang?

optional lang: string

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

Inherited from

Omit.lang


media?

optional media: string

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

Inherited from

Omit.media


nonce?

optional nonce: string

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

Inherited from

Omit.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onBeforeInputCapture


onBlur?

optional onBlur: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onChangeCapture


onClick?

optional onClick: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLAnchorElement>

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

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

Omit.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLAnchorElement>

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

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

Omit.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onResetCapture


onResize?

optional onResize: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onResize


onResizeCapture?

optional onResizeCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onResizeCapture


onScroll?

optional onScroll: UIEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onScrollCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTimeUpdateCapture


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTouchStartCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onTransitionEndCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLAnchorElement>

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

Inherited from

Omit.onWheelCapture


part?

optional part: string

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

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

Omit.part


ping?

optional ping: string

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

Inherited from

Omit.ping


prefix?

optional prefix: string

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

Inherited from

Omit.prefix


property?

optional property: string

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

Inherited from

Omit.property


radioGroup?

optional radioGroup: string

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

Inherited from

Omit.radioGroup


referrerPolicy?

optional referrerPolicy: HTMLAttributeReferrerPolicy

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

Inherited from

Omit.referrerPolicy


rel?

optional rel: string

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

Inherited from

Omit.rel


replace?

optional replace: boolean

Defined in: src/navigation/components.tsx:15


resource?

optional resource: string

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

Inherited from

Omit.resource


results?

optional results: number

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

Inherited from

Omit.results


rev?

optional rev: string

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

Inherited from

Omit.rev


role?

optional role: AriaRole

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

Inherited from

Omit.role


security?

optional security: string

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

Inherited from

Omit.security


slot?

optional slot: string

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

Inherited from

Omit.slot


spellCheck?

optional spellCheck: Booleanish

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

Inherited from

Omit.spellCheck


state?

optional state: any

Defined in: src/navigation/components.tsx:16


style?

optional style: CSSProperties

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

Inherited from

Omit.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

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

Inherited from

Omit.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

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

Inherited from

Omit.suppressHydrationWarning


tabIndex?

optional tabIndex: number

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

Inherited from

Omit.tabIndex


target?

optional target: HTMLAttributeAnchorTarget

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

Inherited from

Omit.target


title?

optional title: string

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

Inherited from

Omit.title


to

to: string

Defined in: src/navigation/components.tsx:14


translate?

optional translate: "yes" | "no"

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

Inherited from

Omit.translate


type?

optional type: string

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

Inherited from

Omit.type


typeof?

optional typeof: string

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

Inherited from

Omit.typeof


unselectable?

optional unselectable: "on" | "off"

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

Inherited from

Omit.unselectable


vocab?

optional vocab: string

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

Inherited from

Omit.vocab