Constructor
new NoteRevision()
Properties:
| Name | Type | Description | 
|---|---|---|
noteRevisionId | 
            
            string | |
noteId | 
            
            string | |
type | 
            
            string | |
mime | 
            
            string | |
title | 
            
            string | |
isProtected | 
            
            boolean | |
dateLastEdited | 
            
            string | |
dateCreated | 
            
            string | |
utcDateLastEdited | 
            
            string | |
utcDateCreated | 
            
            string | |
utcDateModified | 
            
            string | 
- Source:
 
Extends
Methods
getContent() → {*}
- Source:
 
Returns:
- Type
 - *
 
isStringNote() → {boolean}
- Source:
 
Returns:
    true if the note has string content (not binary)
- Type
 - boolean