Swappable match-strategy seam · Multi-token every provideCommands call contributes to · A single registrable command ...
common/command
Category
Features2#
References11#
- InterfaceCngxCommandA single registrable command - a labelled action the command palette can surface, rank against a query, and run
- InterfaceCngxCommandGroupA named cluster of commands
- InterfaceCngxRankedCommandA command paired with its match score for a given query
- FunctioncreateDefaultCommandMatcherBuilds the default matcher: a pure label/keyword ranker
- FunctioninjectCommandsMerges every registered {@link CNGX_COMMAND_SOURCE} into one reactive Signal<readonly CngxCommand[]>
- FunctionprovideCommandsRegisters one or more command sources
- Type AliasCngxCommandMatcherRanks and filters a command set against a query and optional scope
- Type AliasCngxCommandMatchFactoryFactory producing a {@link CngxCommandMatcher}
- Type AliasCngxCommandSourceA command contribution
- Type AliasCommandGroup
- Type AliasRankedCommand