NavigationLinkProps
Datalayer Core / NavigationLinkProps
Interface: NavigationLinkProps
Defined in: src/navigation/components.tsx:10
Extends
Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>,"href">
Properties
about?
optionalabout:string
Defined in: node_modules/@types/react/index.d.ts:2935
Inherited from
Omit.about
accessKey?
optionalaccessKey:string
Defined in: node_modules/@types/react/index.d.ts:2908
Inherited from
Omit.accessKey
aria-activedescendant?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-busy:Booleanish
Defined in: node_modules/@types/react/index.d.ts:2625
Inherited from
Omit.aria-busy
aria-checked?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalaria-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?
optionalautoCapitalize:"none"|string&object|"on"|"off"|"sentences"|"words"|"characters"
Defined in: node_modules/@types/react/index.d.ts:2909
Inherited from
Omit.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Defined in: node_modules/@types/react/index.d.ts:2948
Inherited from
Omit.autoCorrect
autoFocus?
optionalautoFocus:boolean
Defined in: node_modules/@types/react/index.d.ts:2910
Inherited from
Omit.autoFocus
autoSave?
optionalautoSave:string
Defined in: node_modules/@types/react/index.d.ts:2949
Inherited from
Omit.autoSave
children?
optionalchildren:ReactNode
Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
Omit.children
className?
optionalclassName:string
Defined in: node_modules/@types/react/index.d.ts:2911
Inherited from
Omit.className
color?
optionalcolor:string
Defined in: node_modules/@types/react/index.d.ts:2950
Inherited from
Omit.color
content?
optionalcontent:string
Defined in: node_modules/@types/react/index.d.ts:2936