Home > @vue-storefront/core > UseStoreInterface
UseStoreInterface interface
Signature:
export interface UseStoreInterface<STORES>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| error | ComputedProperty<UseStoreErrors> | ||
| loading | ComputedProperty<boolean> | ||
| response | ComputedProperty<STORES> |
Methods
| Method | Description |
|---|---|
| change(params) | |
| load(params) |