"state/stateRegistry" | @uirouter/core
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "state/stateRegistry"

Index

Classes

Type aliases

Type aliases

StateRegistryListener

StateRegistryListener: (event: "registered" | "deregistered", states: StateDeclaration[]) => void

The signature for the callback function provided to StateRegistry.onStatesChanged.

This callback receives two parameters:

param

a string; either "registered" or "deregistered"

param

the list of StateDeclarations that were registered (or deregistered).

Type declaration

    • Parameters

      Returns void

Generated using TypeDoc