projects/common/command/match.ts
import { CngxRankedCommand } from '@cngx/common/command'
A command paired with its match score for a given query. Higher scores rank first. The palette renders these in order; the row slot reads command and the term to highlight.
command
CngxCommand
The matched command.
number
Relevance score for the query; higher ranks first. 0 for an empty query.
0