Documentation

buildAlertDialog

A factory method that returns an instance that implements the AlertDialogController interface, using the provided dialog options.

buildAlertDialog?: (
options: MessageDialogOptions,
) => ModalFactory.AlertDialogController;

Related