Skip to content

Type Alias: MenuId

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

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

The top-level application menus a MenuItemContribution can target.