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.