startup MethodStatic
This method must be called before any iTwin.js services are used.
startup(options?: IModelHostOptions): Promise<void>
@see shutdown.
| Parameter | Type | Description |
|---|---|---|
| options | IModelHostOptions | Host configuration data. Raises onAfterStartup. |
Returns - Promise
Defined in
- core/backend/src/IModelHost.ts Line 486
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.