Skip to content

Welshman Docs / @welshman/store / CustomStoreOpts

Type Alias: CustomStoreOpts<T> ​

CustomStoreOpts<T> = object

Defined in: store/src/custom.ts:7

Type Parameters ​

T ​

T

Properties ​

set()? ​

optional set: (x) => void

Defined in: store/src/custom.ts:9

Parameters ​

x ​

T

Returns ​

void


throttle? ​

optional throttle: number

Defined in: store/src/custom.ts:8