showAsync()
Display the dialog.
showAsync(
place?: Partial<RenderContext.PlacementOptions>,
): Promise<unknown>;
Related
interface ModalFactory.AlertDialogController static
An interface for a class that manages a modal alert dialog view.
Display the dialog.
showAsync(
place?: Partial<RenderContext.PlacementOptions>,
): Promise<unknown>;