Interface DataUpdateInfo<K>

Options passed to StoreUpdatesListener for db.onDataUpdate method

Type Parameters

  • K

Hierarchy

  • DataUpdateInfo

Properties

Properties

item?: any

If type is set provide key of item that was setted/updated in the store

Deprecated

Use key property instead. In few minor releases item will be deleted

keys: K[]

Keys of items that was updated in the store, empty array if its deleteAll type

store: string

Name of store in that changes was happened

Name of action that trigger this changes

Generated using TypeDoc