Documentation

buildDialog

A factory method that returns an instance that implements the DialogController interface, for the provided view.

buildDialog?: (view: View) => ModalFactory.DialogController;

Related