i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > dialog > IDialogApi > updateAction

    dialog.IDialogApi.updateAction() method

    Updates the label or the enabled state of the specified dialog action.

    Signature:

    updateAction(id: DialogActionId, config: IDialogActionConfig): void;
    

    Introduced: version 1.4

    Parameters

    Parameter Type Description
    id DialogActionId The identifier of the action to update.
    config IDialogActionConfig The new configuration for the specified action.

    Returns:

    void

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