Class: Branch

Branch()

Represents mapping between note and parent note

Constructor

new Branch()

Source:

Members

branchId

Source:

fromSearchNote

Source:

isDeleted

Source:

isExpanded

Source:

noteId

Source:

notePosition

Source:

parentNoteId

Source:

prefix

Source:

Methods

(async) getNote() → {NoteShort}

Source:
Returns:
Type
NoteShort

getNoteFromCache() → {NoteShort}

Source:
Returns:
Type
NoteShort

(async) getParentNote() → {NoteShort}

Source:
Returns:
Type
NoteShort

isTopLevel() → {boolean}

Source:
Returns:
true if it's top level, meaning its parent is root note
Type
boolean