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>
Returns - Promise<void>
Defined in
Last Updated: 20 June, 2023