Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Record

Route record.

Hierarchy

  • Record

Index

Properties

async

async: boolean

Lazy loaded component flag.

component

component: boolean | function | Promise<componentModule>

Svelte component.

id

id: symbol

Route RouteConfig ID.

Optional meta

meta: undefined | object

Route meta object.

Optional name

name: undefined | string

Name of the route.

params

params: object

Route params

Type declaration

  • [k: string]: string

path

path: string

URL path use to resolve the route.

Optional props

props: routeProps

Optional redirect

redirect: routeRedirect

Generated using TypeDoc