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

Home > @vue-storefront/core > CategoryGetters

CategoryGetters interface

Signature:

export interface CategoryGetters<CATEGORY> 

Properties

Property Modifiers Type Description
getBreadcrumbs? (category: CATEGORY) => AgnosticBreadcrumb[] (Optional)
getTree (category: CATEGORY) => AgnosticCategoryTree | null