Global

Members

hoistedNoteId

Source:

note

Source:

noteId

Source:

notePath

Source:

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
Source:
Returns:
Type
Promise.<void>