Store class
Signature:
export declare class Store<State> extends Augmented
Extends: Augmented
Constructors
Constructor |
Modifiers |
Description |
---|---|---|
Constructs a new instance of the |
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
() => State | |||
() => void | |||
|
State | ||
(cb: Callback) => () => void | |||
(newState: Partial<State>) => void |