buildMenu
A factory method that returns an instance that implements the MenuController interface, using the provided menu options.
buildMenu?: (options: ModalMenuOptions) => ModalFactory.MenuController;
Related
interface ModalFactory
An interface that contains methods for creating modal views, defined by the renderer.
