Options
Menu

Module "core/src/hooks/ignoredTransition"

Index

Functions

  • A TransitionHookFn that skips a transition if it should be ignored

    This hook is invoked at the end of the onBefore phase.

    If the transition should be ignored (because no parameter or states changed) then the transition is ignored and not processed.

    Parameters

    Returns Promise<any>


Generated using TypeDoc