Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouterOptions

Index

Properties

Optional caseSensitive

caseSensitive: undefined | false | true

Enable case sensitivity.

Optional mergeParams

mergeParams: undefined | false | true

Preserve the req.params values from the parent router. If the parent and the child have conflicting param names, the child’s value take precedence.

default

false

since

4.5.0

Optional strict

strict: undefined | false | true

Enable strict routing.

Generated using TypeDoc