Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaginationQueryParams

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

example

Fetching ALL menus, including hidden menus

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

Hierarchy

Index

Properties

Properties

Optional amount

amount: number

Optional page

page: number

Generated using TypeDoc