Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuQueryParams

Available filtering parameters for menus. Allows fetching of hidden menus as well.

example

Fetching ALL menus, including hidden menus

const { data } = useMenus(props.location.id, { hidden: true })

Hierarchy

  • MenuQueryParams

Index

Properties

Properties

Optional hidden

hidden: boolean

Generated using TypeDoc