Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegisterOptions

The specification for registering a route with the router.

Hierarchy

  • IRegisterOptions

Index

Properties

Properties

command

command: string

The command string that will be invoked upon matching.

pattern

pattern: RegExp

The regular expression that will be matched against URLs.

Optional rank

rank: number

The rank order of the registered rule. A lower rank denotes a higher priority. The default rank is 100.

Generated using TypeDoc