Home > @vsf-enterprise/bigcommerce-theme > UseFilterInterface
# UseFilterInterface interface
Data and methods returned from the useFilters() composable
Signature:
export interface UseFilterInterface
# Properties
| Property | Type | Description |
|---|---|---|
| error | Ref<UseFilterErrors> | Contains errors from the composable methods. |
| load | (params: GetFiltersParameters) => Promise<GraphQL.SearchProductFilterConnection> | load filters. |
| loading | Ref<boolean> | Indicates whether any of the methods is in progress. |