initialize MethodStatic

Call this before using the package (e.g., before instantiating any of its widgets or attempting to use any of its tools. To initialize when starting up your app:

  IModelApp.startup();
  await FrontendDevTools.initialize();

initialize(): Promise<void>

Returns - Promise

Defined in

Last Updated: 17 May, 2024