Skip to content

Namespace: Navigation#

Renderer.Navigation

Table of contents#

References#

Classes#

Interfaces#

Functions#

References#

getDetailsUrl#

Re-exports getDetailsUrl


hideDetails#

Re-exports hideDetails


showDetails#

Re-exports showDetails

Functions#

createPageParam#

createPageParam<V>(init): PageParam<V>

Type parameters#

Name
V

Parameters#

Name Type
init PageParamInit<V>

Returns#

PageParam<V>


isActiveRoute#

isActiveRoute(route): boolean

Parameters#

Name Type
route string | string[] | RouteProps

Returns#

boolean


navigate(location): void

deprecated use di.inject(navigateInjectable) instead

Parameters#

Name Type
location LocationDescriptor<unknown>

Returns#

void