mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 02:20:19 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user