mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
chore(client/ts): port abstract_button, command_button, onclick_button
This commit is contained in:
@@ -6,7 +6,7 @@ import Component from "../components/component.js";
|
||||
const keyboardActionRepo: Record<string, Action> = {};
|
||||
|
||||
// TODO: Deduplicate with server.
|
||||
interface Action {
|
||||
export interface Action {
|
||||
actionName: CommandNames;
|
||||
effectiveShortcuts: string[];
|
||||
scope: string;
|
||||
|
||||
Reference in New Issue
Block a user