SessionStorage
type SessionStorage = { snapshot: SnapshotStorage;};Defined in: src/session/storage.ts:21
SessionStorage configuration for pluggable storage backends. Allows users to configure snapshot and transcript storage independently.
Deprecated
Section titled “Deprecated”Prefer passing a unified Storage directly to SessionManagerConfig.storage.
Properties
Section titled “Properties”snapshot
Section titled “snapshot”snapshot: SnapshotStorage;Defined in: src/session/storage.ts:22