mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
keyboard commands
This commit is contained in:
@@ -8,6 +8,7 @@ export interface SubCommand {
|
||||
export interface GlobalCommand {
|
||||
id: string;
|
||||
text: string;
|
||||
keyText?: string;
|
||||
getSubCommands?: () => SubCommand[];
|
||||
onClick?: Function;
|
||||
enabledStore?: any;
|
||||
|
||||
Reference in New Issue
Block a user