Skip to content
module@warp-drive/core
ts
type NotifyKeys = Set<string>;

Defined in: core/src/store/-private/managers/notification-manager.ts:42

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.

Since

5.9.0

Released under the MIT License.