i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > commands > RecordsContextChangeListener

    commands.RecordsContextChangeListener type

    A callback function that handles records context change events.

    Signature:

    type RecordsContextChangeListener = (recordsContext: IRecordsContext & app.IChangeSource) => void;
    

    References: IRecordsContext, app.IChangeSource

    Introduced: version 1.0

    Parameters

    Parameter Description
    recordsContext The records that were pertinent in the context of the surfaced command at the moment the callback was invoked, and the source of the change to those records.
    In this article
    Back to top © N. Harris Computer Corporation