Interface: RouterConfig

Route configuration mapping.

Keys are route names and values are RouterEntry objects.

Indexable

[name: string]: RouterEntry | undefined

Properties

main?

optional main: RouterEntry;

The main (initial) route of the application.