Class: RecentNote

RecentNote(branchId, notePath, isDeleted, utcDateModified)

RecentNote represents recently visited note.

Constructor

new RecentNote(branchId, notePath, isDeleted, utcDateModified)

Parameters:
Name Type Description
branchId string
notePath string
isDeleted boolean
utcDateModified string
Source:

Extends