Options
All
  • Public
  • Public/Protected
  • All
Menu

A customized <a> element that provides declarative navigation around the application. It should be used for all internal links to make the router working correctly.

Hierarchy

  • HTMLAnchorElement
    • Link

Implements

  • CustomElement

Index

Properties

contextData

contextData: any

A custom context data that will be send as a second parameter to the navigate function.

Static HTMLAnchorElement

HTMLAnchorElement: object

Type declaration

Static is

is: "corpuscule-link"

A name of the element registered in the custom element registry.

Methods

connectedCallback

  • connectedCallback(): void

disconnectedCallback

  • disconnectedCallback(): void

Generated using TypeDoc