buildDialog
A factory method that returns an instance that implements the DialogController interface, for the provided view.
buildDialog?: (view: View) => ModalFactory.DialogController;
Related
interface ModalFactory
An interface that contains methods for creating modal views, defined by the renderer.
