TransitionCreateHookFn | @uirouter/angularjs
Options
Menu

Interface TransitionCreateHookFn

The signature for Transition onCreate Hooks.

Transition onCreate Hooks are callbacks that allow customization or preprocessing of a Transition before it is returned from TransitionService.create

Hierarchy

  • TransitionCreateHookFn

Callable

  • __call(transition: Transition): void
  • The signature for Transition onCreate Hooks.

  • The signature for Transition onCreate Hooks.

    Transition onCreate Hooks are callbacks that allow customization or preprocessing of a Transition before it is returned from TransitionService.create

    Parameters

    Returns void

    :

    a Transition which will then be returned from TransitionService.create


Generated using TypeDoc