DataStrategyMatch

Properties

Link copied to clipboard
abstract var params: Params

The names and values of dynamic parameters in the URL.

Link copied to clipboard
abstract var pathname: String

The portion of the URL pathname that was matched.

Link copied to clipboard
abstract var pathnameBase: String

The portion of the URL pathname that was matched before child routes.

Link copied to clipboard
abstract var resolve: (handlerOverride: (handler: (ctx: Any?) -> DataFunctionReturnValue) -> DataFunctionReturnValue?) -> Promise<DataStrategyResult>
Link copied to clipboard

The route object that was used to match.

Link copied to clipboard
abstract var shouldLoad: Boolean