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