Properties
initialValue
initialValue: TValue
Methods
add
- add(newValue: Partial<TValue>): void
-
Parameters
-
newValue: Partial<TValue>
Returns void
listen
-
Type parameters
Parameters
-
-
Optional notifyImmediately: undefined | false | true
-
Optional mapper: StoreMapper<TValue, TValueMapped>
reset
- reset(initialValue?: TValue): void
set
- set(newValue: TValue): void