Skip to main content
cngx-src documentation

CngxCommandGroup

Interface

projects/common/command/command.ts

Referenced by#

Import#

import { CngxCommandGroup } from '@cngx/common/command'

Description#

A named cluster of commands. The palette renders grouped results (Recents on an empty query, then categories) and the consumer's async result source is a CngxAsyncState<CngxCommandGroup[]>.

Index#

Instance Properties#

commands#unknown
Readonly

The commands in this group, in render order.

Readonly

Stable identity for the group header slot and change detection.

label#string
Readonly

Header label rendered above the group's commands.