Interface: UseMenuOptions
Defined in: composables/vue/useMenu.ts:37
Properties
cacheTtlMs?
optionalcacheTtlMs?:number
Defined in: composables/vue/useMenu.ts:43
Cache TTL in milliseconds. Default: 12h.
depth?
optionaldepth?:number
Defined in: composables/vue/useMenu.ts:41
Nesting depth for the category tree. Default: 3.
graphqlClient
graphqlClient:
GraphQLClient
Defined in: composables/vue/useMenu.ts:38
language?
optionallanguage?:Ref<string,string>
Defined in: composables/vue/useMenu.ts:39