projects/common/command/command.ts
import { CngxCommandGroup } from '@cngx/common/command'
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[]>.
CngxAsyncState<CngxCommandGroup[]>
unknown
The commands in this group, in render order.
string
Stable identity for the group header slot and change detection.
Header label rendered above the group's commands.