mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
chore(client/ts): port services/note_create
This commit is contained in:
@@ -56,6 +56,9 @@ export type TriggerData = {
|
||||
entityId: string;
|
||||
lastModifiedMs: number;
|
||||
filePath: string;
|
||||
} | {
|
||||
// For "focusAndSelectTitle"
|
||||
isNewNote: boolean;
|
||||
}
|
||||
| PromptDialogOptions // For "showPromptDialog"
|
||||
| ConfirmWithMessageOptions // For "showConfirmDialog"
|
||||
|
||||
Reference in New Issue
Block a user