i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    dialog.IDialogApi.getInitialValue() method

    Gets the data for populating the dialog when it's displayed.

    Signature:

    getInitialValue<TInitialize>(): TInitialize;
    

    Returns:

    TInitialize

    See above.

    Introduced: version 1.4

    Type Parameters

    Parameter Type Description
    TInitialize any The type of the data for populating the dialog.
    In this article
    Back to top © N. Harris Computer Corporation