i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    dialog.IDialogAction interface

    An action for a dialog window.

    Signature:

    interface IDialogAction extends IDialogActionConfig 
    

    Extends: IDialogActionConfig

    Introduced: version 1.4

    Properties

    Property Modifiers Type Description
    enabled? readonly boolean

    (Optional) Indicates whether the action is enabled.

    (Inherited from IDialogActionConfig)

    id readonly DialogActionId Gets the identifier of the action.
    label? readonly string

    (Optional) Gets the label for the action.

    (Inherited from IDialogActionConfig)

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