initialize MethodStatic

Beta

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>

Defined in

Last Updated: 08 January, 2020