Documentation

showAsync()

Display the dialog.

showAsync(place?: Partial<RenderContext.PlacementOptions>): Promise<{
confirmed: boolean;
other?: boolean;
}>;

Related