chore(client/ts): port tab_row

This commit is contained in:
Elian Doran
2025-01-09 20:20:06 +02:00
parent 2080ce5123
commit 5111f1760d
5 changed files with 110 additions and 48 deletions

View File

@@ -20,10 +20,10 @@ export type GetTextEditorCallback = () => void;
class NoteContext extends Component implements EventListener<"entitiesReloaded"> {
ntxId: string | null;
hoistedNoteId: string;
private mainNtxId: string | null;
mainNtxId: string | null;
notePath?: string | null;
private noteId?: string | null;
noteId?: string | null;
private parentNoteId?: string | null;
viewScope?: ViewScope;