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