Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Route

Route object.

Hierarchy

  • Route

Index

Properties

action

History action.

fullPath

fullPath: string

Router full URL.

hash

hash: string

URL hash.

matched

matched: Record[]

Collection of matched router records (top-bottom).

Optional meta

meta: undefined | object

Route meta props.

Optional name

name: undefined | string

Name of the route.

params

params: object

Captured router parameters.

Type declaration

  • [k: string]: string

path

path: string

Router URL without hash or query params

query

query: object

Query parameters.

Type declaration

  • [k: string]: string

Optional redirect

redirect: routeRedirect

Generated using TypeDoc