Documentation

showAsync()

Display the menu and get the result.

showAsync(place?: Partial<RenderContext.PlacementOptions>): Promise<
| {
value: unknown;
}
| undefined
>;

Related