Skip to content

Functions: createExternalRoute()

Call Signature

ts
function createExternalRoute<TOptions>(options): ToRoute<TOptions, undefined> & ExternalRouteHooks<TOptions["context"]>;

Type Parameters

Type Parameter
TOptions extends WithHooks & object & WithHost & WithoutParent

Parameters

ParameterType
optionsTOptions

Returns

ToRoute<TOptions, undefined> & ExternalRouteHooks<TOptions["context"]>

Call Signature

ts
function createExternalRoute<TOptions>(options): ToRoute<TOptions, undefined> & ExternalRouteHooks<TOptions["context"]>;

Type Parameters

Type Parameter
TOptions extends WithHooks & object & WithoutHost & WithParent

Parameters

ParameterType
optionsTOptions

Returns

ToRoute<TOptions, undefined> & ExternalRouteHooks<TOptions["context"]>