Skip to content

ui-router-navigation-location-plugin / isUIRouterNavigateEvent

Function: isUIRouterNavigateEvent()

ts
function isUIRouterNavigateEvent(event?): event is UIRouterNavigateEvent;

Defined in: index.ts:38

Whether a navigate event was started by this plugin, as opposed to a link or script.

Parameters

ParameterType
event?NavigateEvent

Returns

event is UIRouterNavigateEvent