Home > @i2analyze/notebook-sdk > app > IRecordEditor > addNote
app.IRecordEditor.addNote() method
Adds a new note to the record.
Signature:
addNote(noteData: records.INoteData): this;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
noteData | records.INoteData | The data for the new note. |
Returns:
this
This record, with the new note in place.