mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
chore(client/ts): port tab_row
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user