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