Home > @vsf-enterprise/sapcc > UseCountriesComposable
UseCountriesComposable interface
Composable method allowing to load countries.
Signature:
export interface UseCountriesComposable
Properties
Property | Type | Description |
---|---|---|
countries | ComputedProperty<Country[]> | An array of countries. |
error | ComputedProperty<UseCountriesError> | An indicator of useCountries composable methods errors. |
load | (props?: LoadCountriesProps) => Promise<void> | A method for loading countries. |
loading | ComputedProperty<UseCountriesLoading> | An indicator of useCountries composable methods progress. |