Members
hoistedNoteId
note
noteId
notePath
Methods
getJsonContent() → {*}
- Source:
Throws:
Error in case of invalid JSON
Returns:
- Type
- *
getJsonContentSafely() → {*|null}
- Source:
Returns:
valid object or null if the content cannot be parsed as JSON
- Type
- * | null
(async) refreshWithNote(note) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
note |
FNote |
Returns:
- Type
- Promise.<void>