Skip to content

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

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

Defined in: packages/store/src/-private/managers/notification-manager.ts:21

Released under the MIT License.