Home > widget-integration > InstantSearchController > getNavigableItems
InstantSearchController.getNavigableItems() method
Get all keyboard-navigable items including interactive buttons.
Returns items in navigation order: clear button, close button, suggestion items, then view-all products button.
**Legacy**: onKeyboardNavigation() counted these separately with index offsets **New**: Single ordered array for clean navigation
Signature:
protected getNavigableItems(): HTMLElement[];
Returns:
HTMLElement[]
Array of navigable elements in order