Skip to content
module@warp-drive/core

Type Alias NotifyKeys sincev5.9.0

ts
type NotifyKeys = Set<string>;

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

The shape accepted by NotificationManager.notify and CacheCapabilitiesManager.notifyChange for delivering many keys for the 'attributes' or 'relationships' namespaces in a single call instead of once per key.

Released under the MIT License.