showAsync()
Display the dialog.
showAsync(place?: Partial<RenderContext.PlacementOptions>): Promise<{
confirmed: boolean;
other?: boolean;
}>;
Related
interface ModalFactory.ConfirmDialogController static
An interface for a class that manages a modal confirmation dialog view.
