activeItem
ActiveItem is a term used in user interface design to denote the item within a collection that currently holds primary focus or is the target of the primary action. It appears in components that render lists, menus, tabs, carousels, trees, grids, and other navigable structures. The concept helps define which item is highlighted, interacted with, or operated on at any given moment.
In practice, activeItem represents the item that responds to keyboard and mouse input as the user navigates
ActiveItem is related to, but distinct from, terms like selectedItem or currentItem. While selectedItem generally indicates
Accessibility considerations for activeItem include using proper ARIA attributes (such as aria-current or aria-selected) to reflect