i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IRecordEditor > replaceNote

    app.IRecordEditor.replaceNote() method

    Replaces an existing note on the record with a new one.

    Signature:

    replaceNote(note: NoteSpecifier, noteData: records.INoteData): this;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    note NoteSpecifier The note to replace.
    noteData records.INoteData The data for the new note.

    Returns:

    this

    This record, with the new note in place.

    In this article
    Back to top © N. Harris Computer Corporation