@openmrs/esm-framework
Version:
2,370 lines (1,320 loc) • 78 kB
Markdown
[@openmrs/esm-framework](../API.md) / ConfigurableLinkProps
# Interface: ConfigurableLinkProps
**`noinheritdoc`**
## Hierarchy
- `AnchorHTMLAttributes`<`HTMLAnchorElement`\>
↳ **`ConfigurableLinkProps`**
## Table of contents
### Navigation Properties
- [templateParams](ConfigurableLinkProps.md#templateparams)
- [to](ConfigurableLinkProps.md#to)
### Other Properties
- [about](ConfigurableLinkProps.md#about)
- [accessKey](ConfigurableLinkProps.md#accesskey)
- [aria-activedescendant](ConfigurableLinkProps.md#aria-activedescendant)
- [aria-atomic](ConfigurableLinkProps.md#aria-atomic)
- [aria-autocomplete](ConfigurableLinkProps.md#aria-autocomplete)
- [aria-busy](ConfigurableLinkProps.md#aria-busy)
- [aria-checked](ConfigurableLinkProps.md#aria-checked)
- [aria-colcount](ConfigurableLinkProps.md#aria-colcount)
- [aria-colindex](ConfigurableLinkProps.md#aria-colindex)
- [aria-colspan](ConfigurableLinkProps.md#aria-colspan)
- [aria-controls](ConfigurableLinkProps.md#aria-controls)
- [aria-current](ConfigurableLinkProps.md#aria-current)
- [aria-describedby](ConfigurableLinkProps.md#aria-describedby)
- [aria-details](ConfigurableLinkProps.md#aria-details)
- [aria-disabled](ConfigurableLinkProps.md#aria-disabled)
- [aria-dropeffect](ConfigurableLinkProps.md#aria-dropeffect)
- [aria-errormessage](ConfigurableLinkProps.md#aria-errormessage)
- [aria-expanded](ConfigurableLinkProps.md#aria-expanded)
- [aria-flowto](ConfigurableLinkProps.md#aria-flowto)
- [aria-grabbed](ConfigurableLinkProps.md#aria-grabbed)
- [aria-haspopup](ConfigurableLinkProps.md#aria-haspopup)
- [aria-hidden](ConfigurableLinkProps.md#aria-hidden)
- [aria-invalid](ConfigurableLinkProps.md#aria-invalid)
- [aria-keyshortcuts](ConfigurableLinkProps.md#aria-keyshortcuts)
- [aria-label](ConfigurableLinkProps.md#aria-label)
- [aria-labelledby](ConfigurableLinkProps.md#aria-labelledby)
- [aria-level](ConfigurableLinkProps.md#aria-level)
- [aria-live](ConfigurableLinkProps.md#aria-live)
- [aria-modal](ConfigurableLinkProps.md#aria-modal)
- [aria-multiline](ConfigurableLinkProps.md#aria-multiline)
- [aria-multiselectable](ConfigurableLinkProps.md#aria-multiselectable)
- [aria-orientation](ConfigurableLinkProps.md#aria-orientation)
- [aria-owns](ConfigurableLinkProps.md#aria-owns)
- [aria-placeholder](ConfigurableLinkProps.md#aria-placeholder)
- [aria-posinset](ConfigurableLinkProps.md#aria-posinset)
- [aria-pressed](ConfigurableLinkProps.md#aria-pressed)
- [aria-readonly](ConfigurableLinkProps.md#aria-readonly)
- [aria-relevant](ConfigurableLinkProps.md#aria-relevant)
- [aria-required](ConfigurableLinkProps.md#aria-required)
- [aria-roledescription](ConfigurableLinkProps.md#aria-roledescription)
- [aria-rowcount](ConfigurableLinkProps.md#aria-rowcount)
- [aria-rowindex](ConfigurableLinkProps.md#aria-rowindex)
- [aria-rowspan](ConfigurableLinkProps.md#aria-rowspan)
- [aria-selected](ConfigurableLinkProps.md#aria-selected)
- [aria-setsize](ConfigurableLinkProps.md#aria-setsize)
- [aria-sort](ConfigurableLinkProps.md#aria-sort)
- [aria-valuemax](ConfigurableLinkProps.md#aria-valuemax)
- [aria-valuemin](ConfigurableLinkProps.md#aria-valuemin)
- [aria-valuenow](ConfigurableLinkProps.md#aria-valuenow)
- [aria-valuetext](ConfigurableLinkProps.md#aria-valuetext)
- [autoCapitalize](ConfigurableLinkProps.md#autocapitalize)
- [autoCorrect](ConfigurableLinkProps.md#autocorrect)
- [autoSave](ConfigurableLinkProps.md#autosave)
- [children](ConfigurableLinkProps.md#children)
- [className](ConfigurableLinkProps.md#classname)
- [color](ConfigurableLinkProps.md#color)
- [contentEditable](ConfigurableLinkProps.md#contenteditable)
- [contextMenu](ConfigurableLinkProps.md#contextmenu)
- [dangerouslySetInnerHTML](ConfigurableLinkProps.md#dangerouslysetinnerhtml)
- [datatype](ConfigurableLinkProps.md#datatype)
- [defaultChecked](ConfigurableLinkProps.md#defaultchecked)
- [defaultValue](ConfigurableLinkProps.md#defaultvalue)
- [dir](ConfigurableLinkProps.md#dir)
- [download](ConfigurableLinkProps.md#download)
- [draggable](ConfigurableLinkProps.md#draggable)
- [hidden](ConfigurableLinkProps.md#hidden)
- [href](ConfigurableLinkProps.md#href)
- [hrefLang](ConfigurableLinkProps.md#hreflang)
- [id](ConfigurableLinkProps.md#id)
- [inlist](ConfigurableLinkProps.md#inlist)
- [inputMode](ConfigurableLinkProps.md#inputmode)
- [is](ConfigurableLinkProps.md#is)
- [itemID](ConfigurableLinkProps.md#itemid)
- [itemProp](ConfigurableLinkProps.md#itemprop)
- [itemRef](ConfigurableLinkProps.md#itemref)
- [itemScope](ConfigurableLinkProps.md#itemscope)
- [itemType](ConfigurableLinkProps.md#itemtype)
- [lang](ConfigurableLinkProps.md#lang)
- [media](ConfigurableLinkProps.md#media)
- [onAbort](ConfigurableLinkProps.md#onabort)
- [onAbortCapture](ConfigurableLinkProps.md#onabortcapture)
- [onAnimationEnd](ConfigurableLinkProps.md#onanimationend)
- [onAnimationEndCapture](ConfigurableLinkProps.md#onanimationendcapture)
- [onAnimationIteration](ConfigurableLinkProps.md#onanimationiteration)
- [onAnimationIterationCapture](ConfigurableLinkProps.md#onanimationiterationcapture)
- [onAnimationStart](ConfigurableLinkProps.md#onanimationstart)
- [onAnimationStartCapture](ConfigurableLinkProps.md#onanimationstartcapture)
- [onAuxClick](ConfigurableLinkProps.md#onauxclick)
- [onAuxClickCapture](ConfigurableLinkProps.md#onauxclickcapture)
- [onBeforeInput](ConfigurableLinkProps.md#onbeforeinput)
- [onBeforeInputCapture](ConfigurableLinkProps.md#onbeforeinputcapture)
- [onBlur](ConfigurableLinkProps.md#onblur)
- [onBlurCapture](ConfigurableLinkProps.md#onblurcapture)
- [onCanPlay](ConfigurableLinkProps.md#oncanplay)
- [onCanPlayCapture](ConfigurableLinkProps.md#oncanplaycapture)
- [onCanPlayThrough](ConfigurableLinkProps.md#oncanplaythrough)
- [onCanPlayThroughCapture](ConfigurableLinkProps.md#oncanplaythroughcapture)
- [onChange](ConfigurableLinkProps.md#onchange)
- [onChangeCapture](ConfigurableLinkProps.md#onchangecapture)
- [onClick](ConfigurableLinkProps.md#onclick)
- [onClickCapture](ConfigurableLinkProps.md#onclickcapture)
- [onCompositionEnd](ConfigurableLinkProps.md#oncompositionend)
- [onCompositionEndCapture](ConfigurableLinkProps.md#oncompositionendcapture)
- [onCompositionStart](ConfigurableLinkProps.md#oncompositionstart)
- [onCompositionStartCapture](ConfigurableLinkProps.md#oncompositionstartcapture)
- [onCompositionUpdate](ConfigurableLinkProps.md#oncompositionupdate)
- [onCompositionUpdateCapture](ConfigurableLinkProps.md#oncompositionupdatecapture)
- [onContextMenu](ConfigurableLinkProps.md#oncontextmenu)
- [onContextMenuCapture](ConfigurableLinkProps.md#oncontextmenucapture)
- [onCopy](ConfigurableLinkProps.md#oncopy)
- [onCopyCapture](ConfigurableLinkProps.md#oncopycapture)
- [onCut](ConfigurableLinkProps.md#oncut)
- [onCutCapture](ConfigurableLinkProps.md#oncutcapture)
- [onDoubleClick](ConfigurableLinkProps.md#ondoubleclick)
- [onDoubleClickCapture](ConfigurableLinkProps.md#ondoubleclickcapture)
- [onDrag](ConfigurableLinkProps.md#ondrag)
- [onDragCapture](ConfigurableLinkProps.md#ondragcapture)
- [onDragEnd](ConfigurableLinkProps.md#ondragend)
- [onDragEndCapture](ConfigurableLinkProps.md#ondragendcapture)
- [onDragEnter](ConfigurableLinkProps.md#ondragenter)
- [onDragEnterCapture](ConfigurableLinkProps.md#ondragentercapture)
- [onDragExit](ConfigurableLinkProps.md#ondragexit)
- [onDragExitCapture](ConfigurableLinkProps.md#ondragexitcapture)
- [onDragLeave](ConfigurableLinkProps.md#ondragleave)
- [onDragLeaveCapture](ConfigurableLinkProps.md#ondragleavecapture)
- [onDragOver](ConfigurableLinkProps.md#ondragover)
- [onDragOverCapture](ConfigurableLinkProps.md#ondragovercapture)
- [onDragStart](ConfigurableLinkProps.md#ondragstart)
- [onDragStartCapture](ConfigurableLinkProps.md#ondragstartcapture)
- [onDrop](ConfigurableLinkProps.md#ondrop)
- [onDropCapture](ConfigurableLinkProps.md#ondropcapture)
- [onDurationChange](ConfigurableLinkProps.md#ondurationchange)
- [onDurationChangeCapture](ConfigurableLinkProps.md#ondurationchangecapture)
- [onEmptied](ConfigurableLinkProps.md#onemptied)
- [onEmptiedCapture](ConfigurableLinkProps.md#onemptiedcapture)
- [onEncrypted](ConfigurableLinkProps.md#onencrypted)
- [onEncryptedCapture](ConfigurableLinkProps.md#onencryptedcapture)
- [onEnded](ConfigurableLinkProps.md#onended)
- [onEndedCapture](ConfigurableLinkProps.md#onendedcapture)
- [onError](ConfigurableLinkProps.md#onerror)
- [onErrorCapture](ConfigurableLinkProps.md#onerrorcapture)
- [onFocus](ConfigurableLinkProps.md#onfocus)
- [onFocusCapture](ConfigurableLinkProps.md#onfocuscapture)
- [onGotPointerCapture](ConfigurableLinkProps.md#ongotpointercapture)
- [onGotPointerCaptureCapture](ConfigurableLinkProps.md#ongotpointercapturecapture)
- [onInput](ConfigurableLinkProps.md#oninput)
- [onInputCapture](ConfigurableLinkProps.md#oninputcapture)
- [onInvalid](ConfigurableLinkProps.md#oninvalid)
- [onInvalidCapture](ConfigurableLinkProps.md#oninvalidcapture)
- [onKeyDown](ConfigurableLinkProps.md#onkeydown)
- [onKeyDownCapture](ConfigurableLinkProps.md#onkeydowncapture)
- [onKeyPress](ConfigurableLinkProps.md#onkeypress)
- [onKeyPressCapture](ConfigurableLinkProps.md#onkeypresscapture)
- [onKeyUp](ConfigurableLinkProps.md#onkeyup)
- [onKeyUpCapture](ConfigurableLinkProps.md#onkeyupcapture)
- [onLoad](ConfigurableLinkProps.md#onload)
- [onLoadCapture](ConfigurableLinkProps.md#onloadcapture)
- [onLoadStart](ConfigurableLinkProps.md#onloadstart)
- [onLoadStartCapture](ConfigurableLinkProps.md#onloadstartcapture)
- [onLoadedData](ConfigurableLinkProps.md#onloadeddata)
- [onLoadedDataCapture](ConfigurableLinkProps.md#onloadeddatacapture)
- [onLoadedMetadata](ConfigurableLinkProps.md#onloadedmetadata)
- [onLoadedMetadataCapture](ConfigurableLinkProps.md#onloadedmetadatacapture)
- [onLostPointerCapture](ConfigurableLinkProps.md#onlostpointercapture)
- [onLostPointerCaptureCapture](ConfigurableLinkProps.md#onlostpointercapturecapture)
- [onMouseDown](ConfigurableLinkProps.md#onmousedown)
- [onMouseDownCapture](ConfigurableLinkProps.md#onmousedowncapture)
- [onMouseEnter](ConfigurableLinkProps.md#onmouseenter)
- [onMouseLeave](ConfigurableLinkProps.md#onmouseleave)
- [onMouseMove](ConfigurableLinkProps.md#onmousemove)
- [onMouseMoveCapture](ConfigurableLinkProps.md#onmousemovecapture)
- [onMouseOut](ConfigurableLinkProps.md#onmouseout)
- [onMouseOutCapture](ConfigurableLinkProps.md#onmouseoutcapture)
- [onMouseOver](ConfigurableLinkProps.md#onmouseover)
- [onMouseOverCapture](ConfigurableLinkProps.md#onmouseovercapture)
- [onMouseUp](ConfigurableLinkProps.md#onmouseup)
- [onMouseUpCapture](ConfigurableLinkProps.md#onmouseupcapture)
- [onPaste](ConfigurableLinkProps.md#onpaste)
- [onPasteCapture](ConfigurableLinkProps.md#onpastecapture)
- [onPause](ConfigurableLinkProps.md#onpause)
- [onPauseCapture](ConfigurableLinkProps.md#onpausecapture)
- [onPlay](ConfigurableLinkProps.md#onplay)
- [onPlayCapture](ConfigurableLinkProps.md#onplaycapture)
- [onPlaying](ConfigurableLinkProps.md#onplaying)
- [onPlayingCapture](ConfigurableLinkProps.md#onplayingcapture)
- [onPointerCancel](ConfigurableLinkProps.md#onpointercancel)
- [onPointerCancelCapture](ConfigurableLinkProps.md#onpointercancelcapture)
- [onPointerDown](ConfigurableLinkProps.md#onpointerdown)
- [onPointerDownCapture](ConfigurableLinkProps.md#onpointerdowncapture)
- [onPointerEnter](ConfigurableLinkProps.md#onpointerenter)
- [onPointerEnterCapture](ConfigurableLinkProps.md#onpointerentercapture)
- [onPointerLeave](ConfigurableLinkProps.md#onpointerleave)
- [onPointerLeaveCapture](ConfigurableLinkProps.md#onpointerleavecapture)
- [onPointerMove](ConfigurableLinkProps.md#onpointermove)
- [onPointerMoveCapture](ConfigurableLinkProps.md#onpointermovecapture)
- [onPointerOut](ConfigurableLinkProps.md#onpointerout)
- [onPointerOutCapture](ConfigurableLinkProps.md#onpointeroutcapture)
- [onPointerOver](ConfigurableLinkProps.md#onpointerover)
- [onPointerOverCapture](ConfigurableLinkProps.md#onpointerovercapture)
- [onPointerUp](ConfigurableLinkProps.md#onpointerup)
- [onPointerUpCapture](ConfigurableLinkProps.md#onpointerupcapture)
- [onProgress](ConfigurableLinkProps.md#onprogress)
- [onProgressCapture](ConfigurableLinkProps.md#onprogresscapture)
- [onRateChange](ConfigurableLinkProps.md#onratechange)
- [onRateChangeCapture](ConfigurableLinkProps.md#onratechangecapture)
- [onReset](ConfigurableLinkProps.md#onreset)
- [onResetCapture](ConfigurableLinkProps.md#onresetcapture)
- [onScroll](ConfigurableLinkProps.md#onscroll)
- [onScrollCapture](ConfigurableLinkProps.md#onscrollcapture)
- [onSeeked](ConfigurableLinkProps.md#onseeked)
- [onSeekedCapture](ConfigurableLinkProps.md#onseekedcapture)
- [onSeeking](ConfigurableLinkProps.md#onseeking)
- [onSeekingCapture](ConfigurableLinkProps.md#onseekingcapture)
- [onSelect](ConfigurableLinkProps.md#onselect)
- [onSelectCapture](ConfigurableLinkProps.md#onselectcapture)
- [onStalled](ConfigurableLinkProps.md#onstalled)
- [onStalledCapture](ConfigurableLinkProps.md#onstalledcapture)
- [onSubmit](ConfigurableLinkProps.md#onsubmit)
- [onSubmitCapture](ConfigurableLinkProps.md#onsubmitcapture)
- [onSuspend](ConfigurableLinkProps.md#onsuspend)
- [onSuspendCapture](ConfigurableLinkProps.md#onsuspendcapture)
- [onTimeUpdate](ConfigurableLinkProps.md#ontimeupdate)
- [onTimeUpdateCapture](ConfigurableLinkProps.md#ontimeupdatecapture)
- [onTouchCancel](ConfigurableLinkProps.md#ontouchcancel)
- [onTouchCancelCapture](ConfigurableLinkProps.md#ontouchcancelcapture)
- [onTouchEnd](ConfigurableLinkProps.md#ontouchend)
- [onTouchEndCapture](ConfigurableLinkProps.md#ontouchendcapture)
- [onTouchMove](ConfigurableLinkProps.md#ontouchmove)
- [onTouchMoveCapture](ConfigurableLinkProps.md#ontouchmovecapture)
- [onTouchStart](ConfigurableLinkProps.md#ontouchstart)
- [onTouchStartCapture](ConfigurableLinkProps.md#ontouchstartcapture)
- [onTransitionEnd](ConfigurableLinkProps.md#ontransitionend)
- [onTransitionEndCapture](ConfigurableLinkProps.md#ontransitionendcapture)
- [onVolumeChange](ConfigurableLinkProps.md#onvolumechange)
- [onVolumeChangeCapture](ConfigurableLinkProps.md#onvolumechangecapture)
- [onWaiting](ConfigurableLinkProps.md#onwaiting)
- [onWaitingCapture](ConfigurableLinkProps.md#onwaitingcapture)
- [onWheel](ConfigurableLinkProps.md#onwheel)
- [onWheelCapture](ConfigurableLinkProps.md#onwheelcapture)
- [ping](ConfigurableLinkProps.md#ping)
- [placeholder](ConfigurableLinkProps.md#placeholder)
- [prefix](ConfigurableLinkProps.md#prefix)
- [property](ConfigurableLinkProps.md#property)
- [radioGroup](ConfigurableLinkProps.md#radiogroup)
- [referrerPolicy](ConfigurableLinkProps.md#referrerpolicy)
- [rel](ConfigurableLinkProps.md#rel)
- [resource](ConfigurableLinkProps.md#resource)
- [results](ConfigurableLinkProps.md#results)
- [role](ConfigurableLinkProps.md#role)
- [security](ConfigurableLinkProps.md#security)
- [slot](ConfigurableLinkProps.md#slot)
- [spellCheck](ConfigurableLinkProps.md#spellcheck)
- [style](ConfigurableLinkProps.md#style)
- [suppressContentEditableWarning](ConfigurableLinkProps.md#suppresscontenteditablewarning)
- [suppressHydrationWarning](ConfigurableLinkProps.md#suppresshydrationwarning)
- [tabIndex](ConfigurableLinkProps.md#tabindex)
- [target](ConfigurableLinkProps.md#target)
- [title](ConfigurableLinkProps.md#title)
- [translate](ConfigurableLinkProps.md#translate)
- [type](ConfigurableLinkProps.md#type)
- [typeof](ConfigurableLinkProps.md#typeof)
- [unselectable](ConfigurableLinkProps.md#unselectable)
- [vocab](ConfigurableLinkProps.md#vocab)
### Navigation Methods
- [onBeforeNavigate](ConfigurableLinkProps.md#onbeforenavigate)
## Navigation Properties
### templateParams
• `Optional` **templateParams**: [`TemplateParams`](../API.md#templateparams)
#### Defined in
[packages/framework/esm-react-utils/src/ConfigurableLink.tsx:40](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L40)
___
### to
• **to**: `string`
#### Defined in
[packages/framework/esm-react-utils/src/ConfigurableLink.tsx:39](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-react-utils/src/ConfigurableLink.tsx#L39)
___
## Other Properties
### about
• `Optional` **about**: `string`
#### Inherited from
AnchorHTMLAttributes.about
#### Defined in
node_modules/@types/react/index.d.ts:1875
___
### accessKey
• `Optional` **accessKey**: `string`
#### Inherited from
AnchorHTMLAttributes.accessKey
#### Defined in
node_modules/@types/react/index.d.ts:1851
___
### aria-activedescendant
• `Optional` **aria-activedescendant**: `string`
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
#### Inherited from
AnchorHTMLAttributes.aria-activedescendant
#### Defined in
node_modules/@types/react/index.d.ts:1585
___
### aria-atomic
• `Optional` **aria-atomic**: `Booleanish`
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
#### Defined in
node_modules/@types/react/index.d.ts:1587
___
### aria-autocomplete
• `Optional` **aria-autocomplete**: ``"list"`` \| ``"none"`` \| ``"inline"`` \| ``"both"``
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
#### Defined in
node_modules/@types/react/index.d.ts:1592
___
### aria-busy
• `Optional` **aria-busy**: `Booleanish`
Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
#### Inherited from
AnchorHTMLAttributes.aria-busy
#### Defined in
node_modules/@types/react/index.d.ts:1594
___
### aria-checked
• `Optional` **aria-checked**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"mixed"``
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
**`see`** aria-pressed @see aria-selected.
#### Inherited from
AnchorHTMLAttributes.aria-checked
#### Defined in
node_modules/@types/react/index.d.ts:1599
___
### aria-colcount
• `Optional` **aria-colcount**: `number`
Defines the total number of columns in a table, grid, or treegrid.
**`see`** aria-colindex.
#### Inherited from
AnchorHTMLAttributes.aria-colcount
#### Defined in
node_modules/@types/react/index.d.ts:1604
___
### aria-colindex
• `Optional` **aria-colindex**: `number`
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 @see aria-colspan.
#### Inherited from
AnchorHTMLAttributes.aria-colindex
#### Defined in
node_modules/@types/react/index.d.ts:1609
___
### aria-colspan
• `Optional` **aria-colspan**: `number`
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
**`see`** aria-colindex @see aria-rowspan.
#### Inherited from
AnchorHTMLAttributes.aria-colspan
#### Defined in
node_modules/@types/react/index.d.ts:1614
___
### aria-controls
• `Optional` **aria-controls**: `string`
Identifies the element (or elements) whose contents or presence are controlled by the current element.
**`see`** aria-owns.
#### Inherited from
AnchorHTMLAttributes.aria-controls
#### Defined in
node_modules/@types/react/index.d.ts:1619
___
### aria-current
• `Optional` **aria-current**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"page"`` \| ``"step"`` \| ``"location"`` \| ``"date"`` \| ``"time"``
Indicates the element that represents the current item within a container or set of related elements.
#### Inherited from
AnchorHTMLAttributes.aria-current
#### Defined in
node_modules/@types/react/index.d.ts:1621
___
### aria-describedby
• `Optional` **aria-describedby**: `string`
Identifies the element (or elements) that describes the object.
**`see`** aria-labelledby
#### Inherited from
AnchorHTMLAttributes.aria-describedby
#### Defined in
node_modules/@types/react/index.d.ts:1626
___
### aria-details
• `Optional` **aria-details**: `string`
Identifies the element that provides a detailed, extended description for the object.
**`see`** aria-describedby.
#### Inherited from
AnchorHTMLAttributes.aria-details
#### Defined in
node_modules/@types/react/index.d.ts:1631
___
### aria-disabled
• `Optional` **aria-disabled**: `Booleanish`
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
**`see`** aria-hidden @see aria-readonly.
#### Inherited from
AnchorHTMLAttributes.aria-disabled
#### Defined in
node_modules/@types/react/index.d.ts:1636
___
### aria-dropeffect
• `Optional` **aria-dropeffect**: ``"link"`` \| ``"none"`` \| ``"copy"`` \| ``"execute"`` \| ``"move"`` \| ``"popup"``
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
#### Defined in
node_modules/@types/react/index.d.ts:1641
___
### aria-errormessage
• `Optional` **aria-errormessage**: `string`
Identifies the element that provides an error message for the object.
**`see`** aria-invalid @see aria-describedby.
#### Inherited from
AnchorHTMLAttributes.aria-errormessage
#### Defined in
node_modules/@types/react/index.d.ts:1646
___
### aria-expanded
• `Optional` **aria-expanded**: `Booleanish`
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
#### Inherited from
AnchorHTMLAttributes.aria-expanded
#### Defined in
node_modules/@types/react/index.d.ts:1648
___
### aria-flowto
• `Optional` **aria-flowto**: `string`
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
#### Defined in
node_modules/@types/react/index.d.ts:1653
___
### aria-grabbed
• `Optional` **aria-grabbed**: `Booleanish`
Indicates an element's "grabbed" state in a drag-and-drop operation.
**`deprecated`** in ARIA 1.1
#### Inherited from
AnchorHTMLAttributes.aria-grabbed
#### Defined in
node_modules/@types/react/index.d.ts:1658
___
### aria-haspopup
• `Optional` **aria-haspopup**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"dialog"`` \| ``"grid"`` \| ``"listbox"`` \| ``"menu"`` \| ``"tree"``
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
#### Defined in
node_modules/@types/react/index.d.ts:1660
___
### aria-hidden
• `Optional` **aria-hidden**: `Booleanish`
Indicates whether the element is exposed to an accessibility API.
**`see`** aria-disabled.
#### Inherited from
AnchorHTMLAttributes.aria-hidden
#### Defined in
node_modules/@types/react/index.d.ts:1665
___
### aria-invalid
• `Optional` **aria-invalid**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"grammar"`` \| ``"spelling"``
Indicates the entered value does not conform to the format expected by the application.
**`see`** aria-errormessage.
#### Inherited from
AnchorHTMLAttributes.aria-invalid
#### Defined in
node_modules/@types/react/index.d.ts:1670
___
### aria-keyshortcuts
• `Optional` **aria-keyshortcuts**: `string`
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
#### Inherited from
AnchorHTMLAttributes.aria-keyshortcuts
#### Defined in
node_modules/@types/react/index.d.ts:1672
___
### aria-label
• `Optional` **aria-label**: `string`
Defines a string value that labels the current element.
**`see`** aria-labelledby.
#### Inherited from
AnchorHTMLAttributes.aria-label
#### Defined in
node_modules/@types/react/index.d.ts:1677
___
### aria-labelledby
• `Optional` **aria-labelledby**: `string`
Identifies the element (or elements) that labels the current element.
**`see`** aria-describedby.
#### Inherited from
AnchorHTMLAttributes.aria-labelledby
#### Defined in
node_modules/@types/react/index.d.ts:1682
___
### aria-level
• `Optional` **aria-level**: `number`
Defines the hierarchical level of an element within a structure.
#### Inherited from
AnchorHTMLAttributes.aria-level
#### Defined in
node_modules/@types/react/index.d.ts:1684
___
### aria-live
• `Optional` **aria-live**: ``"off"`` \| ``"assertive"`` \| ``"polite"``
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
#### Defined in
node_modules/@types/react/index.d.ts:1686
___
### aria-modal
• `Optional` **aria-modal**: `Booleanish`
Indicates whether an element is modal when displayed.
#### Inherited from
AnchorHTMLAttributes.aria-modal
#### Defined in
node_modules/@types/react/index.d.ts:1688
___
### aria-multiline
• `Optional` **aria-multiline**: `Booleanish`
Indicates whether a text box accepts multiple lines of input or only a single line.
#### Inherited from
AnchorHTMLAttributes.aria-multiline
#### Defined in
node_modules/@types/react/index.d.ts:1690
___
### aria-multiselectable
• `Optional` **aria-multiselectable**: `Booleanish`
Indicates that the user may select more than one item from the current selectable descendants.
#### Inherited from
AnchorHTMLAttributes.aria-multiselectable
#### Defined in
node_modules/@types/react/index.d.ts:1692
___
### aria-orientation
• `Optional` **aria-orientation**: ``"horizontal"`` \| ``"vertical"``
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
#### Inherited from
AnchorHTMLAttributes.aria-orientation
#### Defined in
node_modules/@types/react/index.d.ts:1694
___
### aria-owns
• `Optional` **aria-owns**: `string`
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
#### Defined in
node_modules/@types/react/index.d.ts:1700
___
### aria-placeholder
• `Optional` **aria-placeholder**: `string`
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
#### Defined in
node_modules/@types/react/index.d.ts:1705
___
### aria-posinset
• `Optional` **aria-posinset**: `number`
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
#### Defined in
node_modules/@types/react/index.d.ts:1710
___
### aria-pressed
• `Optional` **aria-pressed**: `boolean` \| ``"true"`` \| ``"false"`` \| ``"mixed"``
Indicates the current "pressed" state of toggle buttons.
**`see`** aria-checked @see aria-selected.
#### Inherited from
AnchorHTMLAttributes.aria-pressed
#### Defined in
node_modules/@types/react/index.d.ts:1715
___
### aria-readonly
• `Optional` **aria-readonly**: `Booleanish`
Indicates that the element is not editable, but is otherwise operable.
**`see`** aria-disabled.
#### Inherited from
AnchorHTMLAttributes.aria-readonly
#### Defined in
node_modules/@types/react/index.d.ts:1720
___
### aria-relevant
• `Optional` **aria-relevant**: ``"text"`` \| ``"additions"`` \| ``"additions removals"`` \| ``"additions text"`` \| ``"all"`` \| ``"removals"`` \| ``"removals additions"`` \| ``"removals text"`` \| ``"text additions"`` \| ``"text removals"``
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
#### Defined in
node_modules/@types/react/index.d.ts:1725
___
### aria-required
• `Optional` **aria-required**: `Booleanish`
Indicates that user input is required on the element before a form may be submitted.
#### Inherited from
AnchorHTMLAttributes.aria-required
#### Defined in
node_modules/@types/react/index.d.ts:1727
___
### aria-roledescription
• `Optional` **aria-roledescription**: `string`
Defines a human-readable, author-localized description for the role of an element.
#### Inherited from
AnchorHTMLAttributes.aria-roledescription
#### Defined in
node_modules/@types/react/index.d.ts:1729
___
### aria-rowcount
• `Optional` **aria-rowcount**: `number`
Defines the total number of rows in a table, grid, or treegrid.
**`see`** aria-rowindex.
#### Inherited from
AnchorHTMLAttributes.aria-rowcount
#### Defined in
node_modules/@types/react/index.d.ts:1734
___
### aria-rowindex
• `Optional` **aria-rowindex**: `number`
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 @see aria-rowspan.
#### Inherited from
AnchorHTMLAttributes.aria-rowindex
#### Defined in
node_modules/@types/react/index.d.ts:1739
___
### aria-rowspan
• `Optional` **aria-rowspan**: `number`
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
**`see`** aria-rowindex @see aria-colspan.
#### Inherited from
AnchorHTMLAttributes.aria-rowspan
#### Defined in
node_modules/@types/react/index.d.ts:1744
___
### aria-selected
• `Optional` **aria-selected**: `Booleanish`
Indicates the current "selected" state of various widgets.
**`see`** aria-checked @see aria-pressed.
#### Inherited from
AnchorHTMLAttributes.aria-selected
#### Defined in
node_modules/@types/react/index.d.ts:1749
___
### aria-setsize
• `Optional` **aria-setsize**: `number`
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
#### Defined in
node_modules/@types/react/index.d.ts:1754
___
### aria-sort
• `Optional` **aria-sort**: ``"none"`` \| ``"ascending"`` \| ``"descending"`` \| ``"other"``
Indicates if items in a table or grid are sorted in ascending or descending order.
#### Inherited from
AnchorHTMLAttributes.aria-sort
#### Defined in
node_modules/@types/react/index.d.ts:1756
___
### aria-valuemax
• `Optional` **aria-valuemax**: `number`
Defines the maximum allowed value for a range widget.
#### Inherited from
AnchorHTMLAttributes.aria-valuemax
#### Defined in
node_modules/@types/react/index.d.ts:1758
___
### aria-valuemin
• `Optional` **aria-valuemin**: `number`
Defines the minimum allowed value for a range widget.
#### Inherited from
AnchorHTMLAttributes.aria-valuemin
#### Defined in
node_modules/@types/react/index.d.ts:1760
___
### aria-valuenow
• `Optional` **aria-valuenow**: `number`
Defines the current value for a range widget.
**`see`** aria-valuetext.
#### Inherited from
AnchorHTMLAttributes.aria-valuenow
#### Defined in
node_modules/@types/react/index.d.ts:1765
___
### aria-valuetext
• `Optional` **aria-valuetext**: `string`
Defines the human readable text alternative of aria-valuenow for a range widget.
#### Inherited from
AnchorHTMLAttributes.aria-valuetext
#### Defined in
node_modules/@types/react/index.d.ts:1767
___
### autoCapitalize
• `Optional` **autoCapitalize**: `string`
#### Inherited from
AnchorHTMLAttributes.autoCapitalize
#### Defined in
node_modules/@types/react/index.d.ts:1885
___
### autoCorrect
• `Optional` **autoCorrect**: `string`
#### Inherited from
AnchorHTMLAttributes.autoCorrect
#### Defined in
node_modules/@types/react/index.d.ts:1886
___
### autoSave
• `Optional` **autoSave**: `string`
#### Inherited from
AnchorHTMLAttributes.autoSave
#### Defined in
node_modules/@types/react/index.d.ts:1887
___
### children
• `Optional` **children**: `ReactI18NextChild` \| `Iterable`<`ReactI18NextChild`\>
#### Inherited from
AnchorHTMLAttributes.children
#### Defined in
node_modules/react-i18next/ts4.1/index.d.ts:110
___
### className
• `Optional` **className**: `string`
#### Inherited from
AnchorHTMLAttributes.className
#### Defined in
node_modules/@types/react/index.d.ts:1852
___
### color
• `Optional` **color**: `string`
#### Inherited from
AnchorHTMLAttributes.color
#### Defined in
node_modules/@types/react/index.d.ts:1888
___
### contentEditable
• `Optional` **contentEditable**: `Booleanish` \| ``"inherit"``
#### Inherited from
AnchorHTMLAttributes.contentEditable
#### Defined in
node_modules/@types/react/index.d.ts:1853
___
### contextMenu
• `Optional` **contextMenu**: `string`
#### Inherited from
AnchorHTMLAttributes.contextMenu
#### Defined in
node_modules/@types/react/index.d.ts:1854
___
### dangerouslySetInnerHTML
• `Optional` **dangerouslySetInnerHTML**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
| `__html` | `string` |
#### Inherited from
AnchorHTMLAttributes.dangerouslySetInnerHTML
#### Defined in
node_modules/@types/react/index.d.ts:1374
___
### datatype
• `Optional` **datatype**: `string`
#### Inherited from
AnchorHTMLAttributes.datatype
#### Defined in
node_modules/@types/react/index.d.ts:1876
___
### defaultChecked
• `Optional` **defaultChecked**: `boolean`
#### Inherited from
AnchorHTMLAttributes.defaultChecked
#### Defined in
node_modules/@types/react/index.d.ts:1845
___
### defaultValue
• `Optional` **defaultValue**: `string` \| `number` \| readonly `string`[]
#### Inherited from
AnchorHTMLAttributes.defaultValue
#### Defined in
node_modules/@types/react/index.d.ts:1846
___
### dir
• `Optional` **dir**: `string`
#### Inherited from
AnchorHTMLAttributes.dir
#### Defined in
node_modules/@types/react/index.d.ts:1855
___
### download
• `Optional` **download**: `any`
#### Inherited from
AnchorHTMLAttributes.download
#### Defined in
node_modules/@types/react/index.d.ts:2040
___
### draggable
• `Optional` **draggable**: `Booleanish`
#### Inherited from
AnchorHTMLAttributes.draggable
#### Defined in
node_modules/@types/react/index.d.ts:1856
___
### hidden
• `Optional` **hidden**: `boolean`
#### Inherited from
AnchorHTMLAttributes.hidden
#### Defined in
node_modules/@types/react/index.d.ts:1857
___
### href
• `Optional` **href**: `string`
#### Inherited from
AnchorHTMLAttributes.href
#### Defined in
node_modules/@types/react/index.d.ts:2041
___
### hrefLang
• `Optional` **hrefLang**: `string`
#### Inherited from
AnchorHTMLAttributes.hrefLang
#### Defined in
node_modules/@types/react/index.d.ts:2042
___
### id
• `Optional` **id**: `string`
#### Inherited from
AnchorHTMLAttributes.id
#### Defined in
node_modules/@types/react/index.d.ts:1858
___
### inlist
• `Optional` **inlist**: `any`
#### Inherited from
AnchorHTMLAttributes.inlist
#### Defined in
node_modules/@types/react/index.d.ts:1877
___
### inputMode
• `Optional` **inputMode**: ``"none"`` \| ``"search"`` \| ``"text"`` \| ``"tel"`` \| ``"url"`` \| ``"email"`` \| ``"numeric"`` \| ``"decimal"``
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
#### Defined in
node_modules/@types/react/index.d.ts:1903
___
### is
• `Optional` **is**: `string`
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
#### Defined in
node_modules/@types/react/index.d.ts:1908
___
### itemID
• `Optional` **itemID**: `string`
#### Inherited from
AnchorHTMLAttributes.itemID
#### Defined in
node_modules/@types/react/index.d.ts:1892
___
### itemProp
• `Optional` **itemProp**: `string`
#### Inherited from
AnchorHTMLAttributes.itemProp
#### Defined in
node_modules/@types/react/index.d.ts:1889
___
### itemRef
• `Optional` **itemRef**: `string`
#### Inherited from
AnchorHTMLAttributes.itemRef
#### Defined in
node_modules/@types/react/index.d.ts:1893
___
### itemScope
• `Optional` **itemScope**: `boolean`
#### Inherited from
AnchorHTMLAttributes.itemScope
#### Defined in
node_modules/@types/react/index.d.ts:1890
___
### itemType
• `Optional` **itemType**: `string`
#### Inherited from
AnchorHTMLAttributes.itemType
#### Defined in
node_modules/@types/react/index.d.ts:1891
___
### lang
• `Optional` **lang**: `string`
#### Inherited from
AnchorHTMLAttributes.lang
#### Defined in
node_modules/@types/react/index.d.ts:1859
___
### media
• `Optional` **media**: `string`
#### Inherited from
AnchorHTMLAttributes.media
#### Defined in
node_modules/@types/react/index.d.ts:2043
___
### onAbort
• `Optional` **onAbort**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAbort
#### Defined in
node_modules/@types/react/index.d.ts:1431
___
### onAbortCapture
• `Optional` **onAbortCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAbortCapture
#### Defined in
node_modules/@types/react/index.d.ts:1432
___
### onAnimationEnd
• `Optional` **onAnimationEnd**: `AnimationEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAnimationEnd
#### Defined in
node_modules/@types/react/index.d.ts:1561
___
### onAnimationEndCapture
• `Optional` **onAnimationEndCapture**: `AnimationEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAnimationEndCapture
#### Defined in
node_modules/@types/react/index.d.ts:1562
___
### onAnimationIteration
• `Optional` **onAnimationIteration**: `AnimationEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAnimationIteration
#### Defined in
node_modules/@types/react/index.d.ts:1563
___
### onAnimationIterationCapture
• `Optional` **onAnimationIterationCapture**: `AnimationEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAnimationIterationCapture
#### Defined in
node_modules/@types/react/index.d.ts:1564
___
### onAnimationStart
• `Optional` **onAnimationStart**: `AnimationEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAnimationStart
#### Defined in
node_modules/@types/react/index.d.ts:1559
___
### onAnimationStartCapture
• `Optional` **onAnimationStartCapture**: `AnimationEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAnimationStartCapture
#### Defined in
node_modules/@types/react/index.d.ts:1560
___
### onAuxClick
• `Optional` **onAuxClick**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAuxClick
#### Defined in
node_modules/@types/react/index.d.ts:1477
___
### onAuxClickCapture
• `Optional` **onAuxClickCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onAuxClickCapture
#### Defined in
node_modules/@types/react/index.d.ts:1478
___
### onBeforeInput
• `Optional` **onBeforeInput**: `FormEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onBeforeInput
#### Defined in
node_modules/@types/react/index.d.ts:1403
___
### onBeforeInputCapture
• `Optional` **onBeforeInputCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onBeforeInputCapture
#### Defined in
node_modules/@types/react/index.d.ts:1404
___
### onBlur
• `Optional` **onBlur**: `FocusEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onBlur
#### Defined in
node_modules/@types/react/index.d.ts:1397
___
### onBlurCapture
• `Optional` **onBlurCapture**: `FocusEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onBlurCapture
#### Defined in
node_modules/@types/react/index.d.ts:1398
___
### onCanPlay
• `Optional` **onCanPlay**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCanPlay
#### Defined in
node_modules/@types/react/index.d.ts:1433
___
### onCanPlayCapture
• `Optional` **onCanPlayCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCanPlayCapture
#### Defined in
node_modules/@types/react/index.d.ts:1434
___
### onCanPlayThrough
• `Optional` **onCanPlayThrough**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCanPlayThrough
#### Defined in
node_modules/@types/react/index.d.ts:1435
___
### onCanPlayThroughCapture
• `Optional` **onCanPlayThroughCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCanPlayThroughCapture
#### Defined in
node_modules/@types/react/index.d.ts:1436
___
### onChange
• `Optional` **onChange**: `FormEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onChange
#### Defined in
node_modules/@types/react/index.d.ts:1401
___
### onChangeCapture
• `Optional` **onChangeCapture**: `FormEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onChangeCapture
#### Defined in
node_modules/@types/react/index.d.ts:1402
___
### onClick
• `Optional` **onClick**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onClick
#### Defined in
node_modules/@types/react/index.d.ts:1479
___
### onClickCapture
• `Optional` **onClickCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onClickCapture
#### Defined in
node_modules/@types/react/index.d.ts:1480
___
### onCompositionEnd
• `Optional` **onCompositionEnd**: `CompositionEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCompositionEnd
#### Defined in
node_modules/@types/react/index.d.ts:1387
___
### onCompositionEndCapture
• `Optional` **onCompositionEndCapture**: `CompositionEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCompositionEndCapture
#### Defined in
node_modules/@types/react/index.d.ts:1388
___
### onCompositionStart
• `Optional` **onCompositionStart**: `CompositionEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCompositionStart
#### Defined in
node_modules/@types/react/index.d.ts:1389
___
### onCompositionStartCapture
• `Optional` **onCompositionStartCapture**: `CompositionEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCompositionStartCapture
#### Defined in
node_modules/@types/react/index.d.ts:1390
___
### onCompositionUpdate
• `Optional` **onCompositionUpdate**: `CompositionEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCompositionUpdate
#### Defined in
node_modules/@types/react/index.d.ts:1391
___
### onCompositionUpdateCapture
• `Optional` **onCompositionUpdateCapture**: `CompositionEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCompositionUpdateCapture
#### Defined in
node_modules/@types/react/index.d.ts:1392
___
### onContextMenu
• `Optional` **onContextMenu**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onContextMenu
#### Defined in
node_modules/@types/react/index.d.ts:1481
___
### onContextMenuCapture
• `Optional` **onContextMenuCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onContextMenuCapture
#### Defined in
node_modules/@types/react/index.d.ts:1482
___
### onCopy
• `Optional` **onCopy**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCopy
#### Defined in
node_modules/@types/react/index.d.ts:1379
___
### onCopyCapture
• `Optional` **onCopyCapture**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCopyCapture
#### Defined in
node_modules/@types/react/index.d.ts:1380
___
### onCut
• `Optional` **onCut**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCut
#### Defined in
node_modules/@types/react/index.d.ts:1381
___
### onCutCapture
• `Optional` **onCutCapture**: `ClipboardEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onCutCapture
#### Defined in
node_modules/@types/react/index.d.ts:1382
___
### onDoubleClick
• `Optional` **onDoubleClick**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDoubleClick
#### Defined in
node_modules/@types/react/index.d.ts:1483
___
### onDoubleClickCapture
• `Optional` **onDoubleClickCapture**: `MouseEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDoubleClickCapture
#### Defined in
node_modules/@types/react/index.d.ts:1484
___
### onDrag
• `Optional` **onDrag**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDrag
#### Defined in
node_modules/@types/react/index.d.ts:1485
___
### onDragCapture
• `Optional` **onDragCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragCapture
#### Defined in
node_modules/@types/react/index.d.ts:1486
___
### onDragEnd
• `Optional` **onDragEnd**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragEnd
#### Defined in
node_modules/@types/react/index.d.ts:1487
___
### onDragEndCapture
• `Optional` **onDragEndCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragEndCapture
#### Defined in
node_modules/@types/react/index.d.ts:1488
___
### onDragEnter
• `Optional` **onDragEnter**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragEnter
#### Defined in
node_modules/@types/react/index.d.ts:1489
___
### onDragEnterCapture
• `Optional` **onDragEnterCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragEnterCapture
#### Defined in
node_modules/@types/react/index.d.ts:1490
___
### onDragExit
• `Optional` **onDragExit**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragExit
#### Defined in
node_modules/@types/react/index.d.ts:1491
___
### onDragExitCapture
• `Optional` **onDragExitCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragExitCapture
#### Defined in
node_modules/@types/react/index.d.ts:1492
___
### onDragLeave
• `Optional` **onDragLeave**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragLeave
#### Defined in
node_modules/@types/react/index.d.ts:1493
___
### onDragLeaveCapture
• `Optional` **onDragLeaveCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragLeaveCapture
#### Defined in
node_modules/@types/react/index.d.ts:1494
___
### onDragOver
• `Optional` **onDragOver**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragOver
#### Defined in
node_modules/@types/react/index.d.ts:1495
___
### onDragOverCapture
• `Optional` **onDragOverCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragOverCapture
#### Defined in
node_modules/@types/react/index.d.ts:1496
___
### onDragStart
• `Optional` **onDragStart**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragStart
#### Defined in
node_modules/@types/react/index.d.ts:1497
___
### onDragStartCapture
• `Optional` **onDragStartCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDragStartCapture
#### Defined in
node_modules/@types/react/index.d.ts:1498
___
### onDrop
• `Optional` **onDrop**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDrop
#### Defined in
node_modules/@types/react/index.d.ts:1499
___
### onDropCapture
• `Optional` **onDropCapture**: `DragEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDropCapture
#### Defined in
node_modules/@types/react/index.d.ts:1500
___
### onDurationChange
• `Optional` **onDurationChange**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDurationChange
#### Defined in
node_modules/@types/react/index.d.ts:1437
___
### onDurationChangeCapture
• `Optional` **onDurationChangeCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onDurationChangeCapture
#### Defined in
node_modules/@types/react/index.d.ts:1438
___
### onEmptied
• `Optional` **onEmptied**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onEmptied
#### Defined in
node_modules/@types/react/index.d.ts:1439
___
### onEmptiedCapture
• `Optional` **onEmptiedCapture**: `ReactEventHandler`<`HTMLAnchorElement`\>
#### Inherited from
AnchorHTMLAttributes.onEmptiedCapture
#### Defined in
node_modules/@types/react/index.d.ts:1440
___
### on