Skip to main content
Version: Next

KeyValueStoreJournalEntry

A single key-value store write (setValue) recorded in a transaction journal.

Index

Properties

key

key: string

optionaloptions

options?: RecordOptions

storageId

storageId: string

type

type: keyValueStore

value

value: unknown

The original, pre-serialization value captured by structuredClone; null denotes a deletion.

Page Options