projects/common/interactive/menu/menu-item-core.ts
import { CngxMenuItemCoreOptions } from '@cngx/common/interactive'
Options for injectMenuItemCore.
Signal
Disabled state - gates click activation and pointer highlight.
Explicit label input; label() falls back to the host's text content.
label()
function
Variant activation step, run between highlightByValue and activateCurrent on the active-descendant path only (checkbox: toggle checked; radio: select in the group; plain item: omitted).
highlightByValue
activateCurrent
checked
The item's payload value, forwarded to highlightByValue.