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