Skip to content

API > wxt/storage > WatchCallback

Type alias: WatchCallback<T>

WatchCallback<T>: (newValue, oldValue) => void

Type parameters

Parameter
T

Callback called when a value in storage is changed.

Parameters

newValue: T | null

oldValue: T | null

Source

src/storage.ts:585


Generated using typedoc-plugin-markdown and TypeDoc