Home > @vsf-enterprise/sapcc > UseCartLoading
UseCartLoading interface
An indicator of useCart composable methods progress
Signature:
export interface UseCartLoading
Properties
| Property | Type | Description |
|---|---|---|
| clear | boolean | Indicates progress of useCart().clear method |
| clone | boolean | Indicates progress of useCart().clone method |
| load | boolean | Indicates progress of useCart().load method |
| restore | boolean | Indicates progress of useCart().restore method |
| save | boolean | Indicates progress of useCart().save method |