class ModalMenuOptions
A class that contains options for the display of a modal menu.
class ModalMenuOptions;
Constructor
new ModalMenuOptions()
Creates a new object with the specified options.
Type members
type ModalMenuOptions.MenuItem static
An object that represents a menu item, used by ModalFactory.MenuController.
Instance members
items
List of items to be included in the menu.width
Target width of the menu, in pixels or CSS length with unit.minWidth
Minimum width of the menu, in pixels or CSS length with unit.
Related
interface ModalFactory.MenuController static
An interface for a class that manages a modal (dropdown) menu view.
