Home > @i2analyze/notebook-sdk > records > INote
records.INote interface
A note for a record.
Signature:
interface INote
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| contents | readonly |
string | Gets the contents of the note. |
| creator | readonly |
data.IUser | Gets the creator of the note. |
| firstUploaded | readonly |
data.IUserAndDateAndTime | undefined | Gets information about when and by whom the note was first uploaded. |
| id | readonly |
NoteId | Gets the identifier of the note. |
| lastUploaded | readonly |
data.IUserAndDateAndTime | undefined | Gets information about when and by whom the note was last uploaded. |