added triggerCommand and triggerEvent into frontend API

This commit is contained in:
zadam
2022-05-13 22:33:57 +02:00
parent 87b75a9a22
commit 8318ab7ac0
9 changed files with 1010 additions and 1194 deletions

View File

@@ -44,7 +44,8 @@ const NOTE_TYPE_ICONS = {
"relation-map": "bx bx-map-alt",
"book": "bx bx-book",
"note-map": "bx bx-map-alt",
"mermaid": "bx bx-selection"
"mermaid": "bx bx-selection",
"canvas": "bx bx-pen"
};
/**