Type alias DataUpdateListener<K>

DataUpdateListener<K>: ((info: DataUpdateInfo<K>) => Promise<void> | void)

Type Parameters

  • K

Type declaration

    • (info: DataUpdateInfo<K>): Promise<void> | void
    • Listener that calls when some changes with data was happened in the store

      Parameters

      Returns Promise<void> | void

Generated using TypeDoc