Constructors
constructor
- new Note(object?: any): Note
Properties
creationDate
creationDate: Date
modificationDate
modificationDate: Date
Methods
create
- create(folderId: string): Promise<Note>
-
Parameters
Returns Promise<Note>
The new Note
update
-
Returns Promise<Note>
Updated Note
Static findByName
- findByName(name: string, folderId: string): Promise<Note>
-
Parameters
-
name: string
-
folderId: string
Returns Promise<Note>
Create a new Note in a folder