Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouteConfigPrefab

Route config prefab used to generate Route RouteConfig.

Hierarchy

Index

Properties

Optional children

children: RouteConfigPrefab[]

Children routes.

Optional component

component: boolean | function | Promise<componentModule>

Svelte component. Component constructor function or async component resolver

Optional meta

meta: undefined | object

Route meta object.

Optional name

name: undefined | string

Name of the route.

path

path: string

URL path use to resolve the route.

Optional props

props: routeProps

Optional redirect

redirect: routeRedirect

Generated using TypeDoc