Skip to main content
cngx-src documentation

CngxCommandRowContext

Interface

projects/ui/command-palette/slots/command-slots.ts

Referenced by#

Import#

import { CngxCommandRowContext } from '@cngx/ui/command-palette'

Description#

Context for the CngxCommandRow slot. Region granularity: the whole row is one slot, so the consumer lays out icon / label / shortcut-hint inside its own template. data is the command's opaque payload, narrowed at the use-site; active reflects the current aria-activedescendant.

Index#

Instance Properties#

Readonly
active#boolean
Readonly
data#unknown
Readonly
Readonly