Skip to main content
cngx-src documentation

CngxMenuNavContext

Interface

projects/common/interactive/menu/menu-nav-strategy.ts

Import#

import { CngxMenuNavContext } from '@cngx/common/interactive'

Description#

Context passed to every strategy step. activeId is the current CngxActiveDescendant.activeId() snapshot at key-press time; hasSubmenu/submenuOpen describe whatever submenu state the consumer tracks for the active item.

Index#

Instance Properties#

activeId#string | null
Readonly
hasSubmenu#boolean
Readonly