Interface: RsLinkProps
Props for the RsLink component.
Extends
ComponentProps<"a">.TextProps
Properties
about?
optionalabout:string
Inherited from
ComponentProps.about
accessKey?
optionalaccessKey:string
Inherited from
ComponentProps.accessKey
alignment?
optionalalignment:string
The text alignment.
Inherited from
TextProps.alignment
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
ComponentProps.aria-activedescendant
aria-atomic?
optionalaria-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
ComponentProps.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"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
ComponentProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
ComponentProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
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
ComponentProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
ComponentProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
ComponentProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
ComponentProps.aria-colcount
aria-colindex?
optionalaria-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
- aria-colspan.
Inherited from
ComponentProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
ComponentProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
ComponentProps.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
ComponentProps.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"page"|"true"|"false"|"step"|"location"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
ComponentProps.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
ComponentProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
ComponentProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
ComponentProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
ComponentProps.aria-disabled
aria-dropeffect?
optionalaria-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
ComponentProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
ComponentProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
ComponentProps.aria-expanded
aria-flowto?
optionalaria-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
ComponentProps.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
ComponentProps.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"grid"|"dialog"|"menu"|"true"|"false"|"listbox"|"tree"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
ComponentProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
ComponentProps.aria-hidden
aria-invalid?
optionalaria-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
ComponentProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
ComponentProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
ComponentProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
ComponentProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
ComponentProps.aria-level
aria-live?
optionalaria-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
ComponentProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
ComponentProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
ComponentProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
ComponentProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
ComponentProps.aria-orientation
aria-owns?
optionalaria-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
ComponentProps.aria-owns
aria-placeholder?
optionalaria-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
ComponentProps.aria-placeholder
aria-posinset?
optionalaria-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
ComponentProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
ComponentProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
ComponentProps.aria-readonly
aria-relevant?
optionalaria-relevant:"all"|"text"|"additions"|"additions removals"|"additions text"|"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
ComponentProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
ComponentProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
ComponentProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
ComponentProps.aria-rowcount
aria-rowindex?
optionalaria-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
- aria-rowspan.
Inherited from
ComponentProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
ComponentProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
ComponentProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
ComponentProps.aria-selected
aria-setsize?
optionalaria-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
ComponentProps.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
ComponentProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
ComponentProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
ComponentProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
ComponentProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
ComponentProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
ComponentProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Inherited from
ComponentProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
ComponentProps.autoFocus
autoSave?
optionalautoSave:string
Inherited from
ComponentProps.autoSave
backgroundColor?
optionalbackgroundColor:string
The background color.
Inherited from
TextProps.backgroundColor
children?
optionalchildren:ReactNode
Inherited from
ComponentProps.children
className?
optionalclassName:string
Inherited from
ComponentProps.className
color?
optionalcolor:string
Inherited from
ComponentProps.color
content
content:
string
The content type (text or custom).
Overrides
ComponentProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
ComponentProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
ComponentProps.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
ComponentProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
ComponentProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
ComponentProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
ComponentProps.defaultValue
dir?
optionaldir:string
Inherited from
ComponentProps.dir
download?
optionaldownload:any
Inherited from
ComponentProps.download
downloadFilename
downloadFilename:
string
The filename for download when download is enabled.
draggable?
optionaldraggable:Booleanish
Inherited from
ComponentProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Inherited from
ComponentProps.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
ComponentProps.exportparts
fontSize?
optionalfontSize:number
The font size.
Inherited from
TextProps.fontSize
fontWeight?
optionalfontWeight:string
The font weight.
Inherited from
TextProps.fontWeight
hidden?
optionalhidden:boolean
Inherited from
ComponentProps.hidden
href?
optionalhref:string
Inherited from
ComponentProps.href
hrefLang?
optionalhrefLang:string
Inherited from
ComponentProps.hrefLang
id?
optionalid:string
Inherited from
ComponentProps.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
ComponentProps.inert
inlist?
optionalinlist:any
Inherited from
ComponentProps.inlist
inputMode?
optionalinputMode:"search"|"none"|"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
ComponentProps.inputMode
is?
optionalis: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
ComponentProps.is
itemID?
optionalitemID:string
Inherited from
ComponentProps.itemID
itemProp?
optionalitemProp:string
Inherited from
ComponentProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
ComponentProps.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
ComponentProps.itemScope
itemType?
optionalitemType:string
Inherited from
ComponentProps.itemType
key?
optionalkey:null|Key
Inherited from
ComponentProps.key
lang?
optionallang:string
Inherited from
ComponentProps.lang
media?
optionalmedia:string
Inherited from
ComponentProps.media
nonce?
optionalnonce:string
Inherited from
ComponentProps.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLAnchorElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ComponentProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLAnchorElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ComponentProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLAnchorElement>
Inherited from
ComponentProps.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
ComponentProps.part
ping?
optionalping:string
Inherited from
ComponentProps.ping
popover?
optionalpopover:""|"hint"|"auto"|"manual"
Inherited from
ComponentProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
ComponentProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
ComponentProps.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
ComponentProps.prefix
property?
optionalproperty:string
Inherited from
ComponentProps.property
radioGroup?
optionalradioGroup:string
Inherited from
ComponentProps.radioGroup
ref?
optionalref:Ref<HTMLAnchorElement>
Allows getting a ref to the component instance.
Once the component unmounts, React will set ref.current to null
(or call the ref with null if you passed a callback ref).
See
Inherited from
ComponentProps.ref
referrerPolicy?
optionalreferrerPolicy:HTMLAttributeReferrerPolicy
Inherited from
ComponentProps.referrerPolicy
rel?
optionalrel:string
Inherited from
ComponentProps.rel
resource?
optionalresource:string
Inherited from
ComponentProps.resource
results?
optionalresults:number
Inherited from
ComponentProps.results
rev?
optionalrev:string
Inherited from
ComponentProps.rev
role?
optionalrole:AriaRole
Inherited from
ComponentProps.role
security?
optionalsecurity:string
Inherited from
ComponentProps.security
slot?
optionalslot:string
Inherited from
ComponentProps.slot
spellCheck?
optionalspellCheck:Booleanish
Inherited from
ComponentProps.spellCheck
style?
optionalstyle:CSSProperties
Inherited from
ComponentProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
ComponentProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
ComponentProps.suppressHydrationWarning
tabIndex?
optionaltabIndex:number
Inherited from
ComponentProps.tabIndex
target?
optionaltarget:HTMLAttributeAnchorTarget
Inherited from
ComponentProps.target
text
text:
string
The link text content.
title?
optionaltitle:string
Inherited from
ComponentProps.title
translate?
optionaltranslate:"yes"|"no"
Inherited from
ComponentProps.translate
type?
optionaltype:string
Inherited from
ComponentProps.type
typeof?
optionaltypeof:string
Inherited from
ComponentProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
ComponentProps.unselectable
vocab?
optionalvocab:string
Inherited from
ComponentProps.vocab