chore(core): at menu journal entry tracking (#9054)

fix AF-1844
This commit is contained in:
pengx17
2024-12-12 02:25:01 +00:00
parent 30d6793978
commit fea4777ef2
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -26,7 +26,7 @@ type NavigationEvents =
| 'open'
| 'close'; // openclose modal/diaglog
// END SECTION
// END SECTIONalias
// SECTION: doc events
type WorkspaceEvents =
@@ -430,6 +430,7 @@ export type EventArgs = {
};
editProperty: { type: string };
addProperty: { type: string; control: 'at menu' | 'property list' };
linkDoc: { type: string; journal: boolean };
};
// for type checking