Skip to content
module@warp-drive/core

Type Alias DocumentCacheOperation

ts
type DocumentCacheOperation = "invalidated" | "added" | "removed" | "updated" | "state";

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

The kinds of change notifications the NotificationManager can emit for a request document.

Released under the MIT License.