Class: RecentNote

RecentNote(branchId, notePath, isDeleted, dateModified)

RecentNote represents recently visited note.

Constructor

new RecentNote(branchId, notePath, isDeleted, dateModified)

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

Extends