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

oldValue: T

Source

packages/wxt/src/storage.ts:650


Generated using typedoc-plugin-markdown and TypeDoc