Home > @i2analyze/notebook-sdk > app > IEditorBase > replaceNote
app.IEditorBase.replaceNote() method
Replaces an existing note on the record with a new one.
Signature:
replaceNote(note: NoteSpecifier, noteData: data.INoteData): this;
Introduced: version 1.1
Parameters
| Parameter | Type | Description |
|---|---|---|
| note | NoteSpecifier | The note to replace. |
| noteData | data.INoteData | The data for the new note. |
Returns:
this
This record, with the new note in place.