Class: NoteRevision

NoteRevision()

NoteRevision represents snapshot of note's title and content at some point in the past. It's used for seamless note versioning.

Constructor

new NoteRevision()

Source:

Members

contentLength

Source:

dateCreated

Source:

dateLastEdited

Source:

isProtected

Source:

mime

Source:

noteId

Source:

noteRevisionId

Source:

title

Source:

type

Source:

utcDateCreated

Source:

utcDateLastEdited

Source:

utcDateModified

Source:

Methods

getContent() → {*}

Source:
Returns:
Type
*

getContentMetadata() → {Object}

Source:
Returns:
Type
Object

isStringNote() → {boolean}

Source:
Returns:
true if the note has string content (not binary)
Type
boolean