i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    dialog.IDialogApi.submitAndClose() method

    Submits and closes the dialog.

    Signature:

    submitAndClose<TResult>(value: TResult): void;
    

    Introduced: version 1.4

    Type Parameters

    Parameter Type Description
    TResult any The type of the data that the dialog returns.

    Parameters

    Parameter Type Description
    value TResult The value that's submitted when the dialog is closed.

    Returns:

    void

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