Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RouterConfig

Router configuration.

Hierarchy

  • RouterConfig

Index

Properties

Optional activeClass

activeClass: undefined | string

CSS class applied on the active route link. Defaults to "active".

Optional basename

basename: undefined | string

The base URL of the app, defaults to ''.

Optional hashType

hashType: HASH_TYPE

Hash type.

Optional historyOpts

historyOpts: HistoryOptions

History options

Optional mode

History mode

routes

Router routes.

Generated using TypeDoc