Type alias RouteCaptor<TRoute>

RouteCaptor<TRoute>: (<TKind>(this, kind, key, ...capture) => void)

Type Parameters

Type declaration

    • <TKind>(this, kind, key, ...capture): void
    • Route capture receiver signature.

      This is a function that can be passed to route match in order to receive partial route matches. I.e. matching fragments of the route captured by different matchers.

      This function parameters depend on the kind of the capture reported by corresponding matcher. The RouteCaptorSignatureMap maps capture kinds to their callback signatures.

      Type Parameters

      Parameters

      Returns void

Generated using TypeDoc