Class: RecentNote

RecentNote(noteId, notePath, isDeleted, utcDateModified)

RecentNote represents recently visited note.

Constructor

new RecentNote(noteId, notePath, isDeleted, utcDateModified)

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

Extends