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
Generated using typedoc-plugin-markdown and TypeDoc