Home > @vue-storefront/core > AgnosticFilter
AgnosticFilter interface
Signature:
export interface AgnosticFilter
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | string | ||
label | string | ||
values | { id: string; isSlected?: boolean; count?: number; label: string; value: string; }[] |