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: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.