i2 Notebook SDK
Search results for

    Show/hide table of contents

    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.

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