Constructor
new Branch()
Properties:
Name | Type | Description |
---|---|---|
branchId |
string | primary key, immutable |
noteId |
string | immutable |
parentNoteId |
string | immutable |
notePosition |
int | |
prefix |
string | |
isExpanded |
boolean | |
isDeleted |
boolean | |
deleteId |
string | null | ID identifying delete transaction |
utcDateModified |
string | |
utcDateCreated |
string |
- Source:
Extends
Methods
getNote() → {Note|null}
- Source:
Returns:
- Type
- Note | null
getParentNote() → {Note|null}
- Source:
Returns:
- Type
- Note | null