modeitem
Modeitem is a term used in user interface design and software development to denote an individual option within a mode selector that configures the application into a specific mode. A modeitem is typically part of a control that presents several mutually exclusive modes, such as edit versus view, draw versus erase, or debug versus run.
Etymology and scope: The term combines mode and item to describe a selectable element that governs how
Structure and attributes: In many design systems, a modeitem includes a unique identifier, a display label,
Behavior and accessibility: Selecting a modeitem updates the application's mode state, refreshes or restricts available actions,
Implementation examples: In a segmented control, several modeitems form a single control; in a command palette
See also: mode switcher, segmented control, state machine, command palette. Notes: The exact definition can vary