A list of actions in a popover: the menu roles, arrows, Home/End, type-ahead, separators and the danger tone.
tone and a separator above it, so nobody clicks it by accident.IngotSelect or IngotSegmented. A menu triggers, it does not select.IngotMegaMenu in the top bar.open: boolean — Controlled, like the popover underneath.anchorRef: RefObject<HTMLElement | null> — The button that opens the menu. Focus returns to it after a selection.onClose: () => void — Called by a selection, by Escape, by Tab and by a click outside.items: readonly IngotMenuItem[] — The items in the order they are read.label: string — Translated name of the menu — what a screen reader announces on open.placement: IngotPlacement — Defaults to bottom-end: a menu usually hangs from the right edge of its button.className: string — Layout only — typically the width.testId: string — An anchor for tests.