i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > dialog > DialogEventMap

    dialog.DialogEventMap interface

    A mapping of dialog event types to their listener types.

    Signature:

    interface DialogEventMap extends app.ApplicationEventMap 
    

    Extends: app.ApplicationEventMap

    Introduced: version 1.0

    Properties

    Property Modifiers Type Description
    action readonly DialogActionListener Gets the type of the callback method that listens for "action" events.
    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