Skip to main content

Interface: MenuCategory

Defined in: composables/react/useMenu.ts:29

A flattened category node in the menu tree.

Properties

categoryId

categoryId: number

Defined in: composables/react/useMenu.ts:31

Category id.


children

children: MenuCategory[]

Defined in: composables/react/useMenu.ts:37

Nested child categories (hidden ones filtered out).


name

name: string

Defined in: composables/react/useMenu.ts:33

Category name resolved for the active language.


slug

slug: string

Defined in: composables/react/useMenu.ts:35

Category URL slug.