Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LinkRepository

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected _context

_context: AppContext

The app context object to access both the store and the vue router

Methods

Protected afterNavigation

  • afterNavigation(e: EventEmitterEvent): void

get

  • get(key: string): string

getAll

  • getAll(): PlainObject<string>

goTo

  • goTo(key: string): Promise<Route>
  • Allows you to navigate the user to the link with the given key. Note: This only works for internal links.

    Parameters

    • key: string

    Returns Promise<Route>

has

  • has(key: string): boolean

Generated using TypeDoc