i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > chart > BrushSetChangeListener

    chart.BrushSetChangeListener type

    A callback function that handles brush set change events.

    Signature:

    type BrushSetChangeListener = (brushSet: visual.IBrushSet, applicationContents: app.IApplicationContents) => void;
    

    References: visual.IBrushSet, app.IApplicationContents

    Introduced: version 1.9

    Parameters

    Parameter Description
    brushSet The brush set that changed.
    applicationContents The contents of the application, including the current chart.
    In this article
    Back to top © N. Harris Computer Corporation