Home > @i2analyze/notebook-sdk > app > IRecordEditor > removeNote
app.IRecordEditor.removeNote() method
Removes a note from the record.
Signature:
removeNote(note: NoteSpecifier): this;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
note | NoteSpecifier | The note to remove. |
Returns:
this
This record, without the note.