Interface: MenuCategory
Defined in: composables/react/useMenu.ts:30
A flattened category node in the menu tree.
Properties
categoryId
categoryId:
number
Defined in: composables/react/useMenu.ts:32
Category id.
children
children:
MenuCategory[]
Defined in: composables/react/useMenu.ts:38
Nested child categories (hidden ones filtered out).
name
name:
string
Defined in: composables/react/useMenu.ts:34
Category name resolved for the active language.
slug
slug:
string
Defined in: composables/react/useMenu.ts:36
Category URL slug.