Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Route<A, B>

Type parameters

  • A

  • B

Hierarchy

  • Route

Index

Properties

Properties

Readonly createPath

createPath: (params: A, trailingSlash?: undefined | false | true) => Maybe<Path>

Type declaration

    • (params: A, trailingSlash?: undefined | false | true): Maybe<Path>
    • Parameters

      • params: A
      • Optional trailingSlash: undefined | false | true

      Returns Maybe<Path>

Readonly match

match: Match<Path, B>

Readonly path

path: Path

Generated using TypeDoc