Skip to content
module@warp-drive/core

Type Alias NotificationType

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

Defined in: warp-drive-packages/core/src/store/-private/managers/notification-manager.ts:31

The full set of notification kinds the NotificationManager can emit for a resource, including both CacheOperations and finer-grained field-level change notifications.

Released under the MIT License.