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