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() → {Note|null}
- Source:
 
Returns:
- Type
 - Note | null