i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IEditorBase

    app.IEditorBase interface

    A set of methods for modifying common record data.

    Signature:

    interface IEditorBase 
    

    Introduced: version 1.9

    Methods

    Method Description
    addNote(noteData) Adds a new note to the record.
    addSourceReference(refData) Adds a new source reference to the record.
    removeNote(note) Removes a note from the record.
    removeSourceReference(ref) Removes a source reference from the record.
    replaceNote(note, noteData) Replaces an existing note on the record with a new one.
    replaceSecurity(security) Replaces the record's security settings with a new set.
    replaceSourceReference(ref, refData) Replaces an existing source reference on the record with a new one.
    setProperties(properties) Sets or clears the values of properties on the record.
    In this article
    Back to top © N. Harris Computer Corporation