Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuSelectors

Interface of a complex selector.

It can used to select or more menus, groups and items when creating a new instance of menu manager.

Each menuSelector key must be a string selector which targets a single menu. Each associated value can either be:

  • a selector for all the items of the menu;
  • an object whose each groupSelector key is a string selector for a group, and whose associated value is a selector for the items it contains.

Hierarchy

  • MenuSelectors

Indexable

[menuSelector: string]: Selector | object

Interface of a complex selector.

It can used to select or more menus, groups and items when creating a new instance of menu manager.

Each menuSelector key must be a string selector which targets a single menu. Each associated value can either be:

  • a selector for all the items of the menu;
  • an object whose each groupSelector key is a string selector for a group, and whose associated value is a selector for the items it contains.

Generated using TypeDoc