Zum Inhalt springen

defaultsSnapshotAdapter

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

defaultsSnapshotAdapter<S>(spec): SnapshotAdapter<S, S>

Defined in: src/persistence/migration/defaultsAdapter.ts:71

Same shape as defaultsAdapter but returns a SnapshotAdapter — convenience alias for snapshot / durable-state cases where the same additive semantics apply to the state record.

S extends object

DefaultsAdapterSpec<S>

SnapshotAdapter<S, S>