Skip to content

Welshman Docs / @welshman/store / CustomStoreOpts

Type Alias: CustomStoreOpts<T> ​

CustomStoreOpts<T> = object

Defined in: index.ts:64

Type Parameters ​

T ​

T

Properties ​

set()? ​

optional set: (x) => void

Defined in: index.ts:66

Parameters ​

x ​

T

Returns ​

void


throttle? ​

optional throttle: number

Defined in: index.ts:65