i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    dialog.DialogActionListener type

    A callback function that handles dialog action events.

    Signature:

    type DialogActionListener = (actionId: DialogActionId) => void;
    

    References: DialogActionId

    Introduced: version 1.4

    Parameters

    Parameter Description
    actionId The identifier of the clicked button.
    In this article
    Back to top © N. Harris Computer Corporation