Skip to content

Type Alias: MenuId

ts
type MenuId = "file" | "edit" | "view" | "window" | "help";

Defined in: packages/sdk/src/types.ts:272

The top-level application menus a MenuItemContribution can target. "help" is present on all platforms; "file", "edit", "view", and "window" are the remaining standard menus.