rename froca entities to have F-prefix, #3476

This commit is contained in:
zadam
2023-01-03 13:35:10 +01:00
parent 957640f163
commit 977a47bc27
14 changed files with 91 additions and 96 deletions

View File

@@ -140,7 +140,7 @@ class NoteContext extends Component {
return resolvedNotePath;
}
/** @property {NoteShort} */
/** @property {FNote} */
get note() {
if (!this.noteId || !(this.noteId in froca.notes)) {
return null;
@@ -154,7 +154,7 @@ class NoteContext extends Component {
return this.notePath ? this.notePath.split('/') : [];
}
/** @returns {NoteComplement} */
/** @returns {FNoteComplement} */
async getNoteComplement() {
if (!this.noteId) {
return null;