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

Last Updated: 13 May, 2024