You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > AgnosticFilter > values

AgnosticFilter.values property

Signature:

values: {
        id: string;
        isSlected?: boolean;
        count?: number;
        label: string;
        value: string;
    }[];