showAsync()
Display the menu and get the result.
showAsync(place?: Partial<RenderContext.PlacementOptions>): Promise<
| {
value: unknown;
}
| undefined
>;
Related
interface ModalFactory.MenuController static
An interface for a class that manages a modal (dropdown) menu view.
