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 :number

Type:
  • number
Source:

dateCreated :string

Type:
  • string
Source:

dateLastEdited :string

Type:
  • string
Source:

isProtected :boolean

Type:
  • boolean
Source:

mime :string

Type:
  • string
Source:

noteId :string

Type:
  • string
Source:

noteRevisionId :string

Type:
  • string
Source:

title :string

Type:
  • string
Source:

type :string

Type:
  • string
Source:

utcDateCreated :string

Type:
  • string
Source:

utcDateLastEdited :string

Type:
  • string
Source:

utcDateModified :string

Type:
  • string
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