startup MethodStatic
This method must be called before any other @itwin/core-frontend methods are used.
Somewhere in your startup code, call startup. E.g.:
await IModelApp.startup( {applicationId: myAppId} );
startup(opts?: IModelAppOptions): Promise<void>
| Parameter | Type | Description |
|---|---|---|
| opts | IModelAppOptions | The options for configuring IModelApp |
Returns - Promise
Defined in
- core/frontend/src/IModelApp.ts Line 375
Last Updated: 05 January, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.