Function unregisterStateChangedCallback

  • As the name implies, unregisters a listener with an unique listenerId.

    Note that if registerStateChangedCallback was called with lateInvoke set to true, then this function must be called with lateInvoke set to true as well.

    Type Parameters

    • TState extends Object

    Parameters

    • args: {
          containerId: string;
          lateInvoke?: boolean;
          listenerId: string;
          statePath: TKnownStatePath<TState>;
      }
      • containerId: string
      • Optional lateInvoke?: boolean
      • listenerId: string
      • statePath: TKnownStatePath<TState>

    Returns void

Generated using TypeDoc