Class: NoteShort

NoteShort()

This note's representation is used in note tree and is kept in TreeCache. Its notable omission is the note content.

Constructor

new NoteShort()

Source:

Members

archived

Source:

isProtected

Source:

mime

Source:

noteId

Source:

title

Source:

type

Source:

Methods

(async) getBranches() → {Promise.<Array.<Branch>>}

Source:
Returns:
Type
Promise.<Array.<Branch>>

(async) getChildBranches() → {Promise.<Array.<Branch>>}

Source:
Returns:
Type
Promise.<Array.<Branch>>

getChildNoteIds() → {Array.<string>}

Source:
Returns:
Type
Array.<string>

(async) getChildNotes() → {Promise.<Array.<NoteShort>>}

Source:
Returns:
Type
Promise.<Array.<NoteShort>>

getParentNoteIds() → {Array.<string>}

Source:
Returns:
Type
Array.<string>

(async) getParentNotes() → {Promise.<Array.<NoteShort>>}

Source:
Returns:
Type
Promise.<Array.<NoteShort>>

hasChildren() → {boolean}

Source:
Returns:
Type
boolean

isJson() → {boolean}

Source:
Returns:
Type
boolean