foundation-store.store
Home > @genesislcap/foundation-store > Store
Store interface
Store interface.
Signature:
export interface Store
Remarks
The public interface available on the injected store fragment.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
ErrorMap<EventDetailMap> |
Contains any errors the store may have, see ErrorMap. | |
|
|
string |
(Optional) The name of the store fragment. |
Methods
|
Method |
Description |
|---|---|
|
Lazily add store fragments. | |
|
binding(token, subscriberChangeCallback, isVolatileBinding, context) |
An api to allow the observation of values and arbitrary bindings outside the template engine. |
|
An api to allow the observation of values and arbitrary bindings as Rx observables. | |
|
Lazily remove store fragments. |