i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    app.ApplicationEventMap interface

    A mapping of application event types to their listener types.

    Signature:

    interface ApplicationEventMap extends chart.ChartEventMap 
    

    Extends: chart.ChartEventMap

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    chartchange readonly ChangeListener

    Gets the type of the callback method that listens for "chartchange" events.

    (Inherited from ChartEventMap)

    chartschemachange readonly ChartSchemaChangeListener

    Gets the type of the callback method that listens for "chartschemachange" events.

    (Inherited from ChartEventMap)

    chartselectionchange readonly SelectionListener

    Gets the type of the callback method that listens for "chartselectionchange" events.

    (Inherited from ChartEventMap)

    chartviewchange readonly ViewListener

    Gets the type of the callback method that listens for "chartviewchange" events.

    (Inherited from ChartEventMap)

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