Skip to content

Documentation / @ember-data/store / index / NotificationType

ts
type NotificationType = 
  | "attributes"
  | "relationships"
  | "identity"
  | "errors"
  | "meta"
  | CacheOperation;

Defined in: warp-drive-packages/core/declarations/store/-private/managers/notification-manager.d.ts:6

Released under the MIT License.