startup MethodStatic

This method must be called before any other @itwin/core-frontend methods are used. Somewhere in your startup code, call IModelApp.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<void>

Defined in

Last Updated: 29 March, 2024