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