Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StoreWatcher<State>

Type parameters

  • State

Hierarchy

  • StoreWatcher

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected echo

Protected store

store: Store<State> | StrictStore<State, any, any, any>

Methods

onStoreState

  • onStoreState<T>(watching: Array<T> | T, listener: function): void
  • Type parameters

    • T: keyof State

    Parameters

    • watching: Array<T> | T
    • listener: function
        • (payload: Payload<State, T>): void
        • Parameters

          Returns void

    Returns void

Generated using TypeDoc