A type of matching route.
Arbitrary route capture.
Captured by rmatchAny, rcaptureAny, rcaptureEntry and rmatchEntry matchers.
The captured string value.
A context of the capturing matcher.
Directories capture.
Captured by rmatchDirs as rcaptureDirs matcher.
Regular expression capture.
Captured by rcaptureRegExp matcher.
Such capture may be reported multiple times per matcher if the matching regexp is global.
The regexp match array returned from RegExp.prototype.exec()
method call.
A context of the capturing matcher.
Generated using TypeDoc
A map of the capture receiver signatures depending on their kinds.
Each method name corresponds to capture kind, while its signature represents the capture itself.