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(): void;
Returns:
void
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.