feat(CommandPalette): handle static groups (#1458)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Maxime Pauvert
2024-07-23 16:05:20 +02:00
committed by GitHub
parent f374b14dba
commit b264ad2ebd
2 changed files with 8 additions and 2 deletions

View File

@@ -24,5 +24,6 @@ export interface Group {
commands?: Command[]
search?: Function
filter?: Function
static?: Boolean
[key: string]: any
}