i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > IEntryPointApi > initializationComplete

    IEntryPointApi.initializationComplete() method

    Allows plug-ins to indicate when their registrations are complete, so that the i2 Notebook user interface can start.

    Signature:

    initializationComplete(): Promise<void>;
    

    Returns:

    Promise<void>

    A promise that resolves when the application has finished loading.

    Introduced: version 1.0

    Remarks

    If a plug-in does not call this method after completing registration, i2 Notebook abandons its attempt to load it.

    When the plug-in awaits the returned promise, the chart and view properties become available.

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