IModelAppOptions Interface
Options that can be supplied to IModelApp.startup to customize frontend behavior.
Properties
| Name | Type | Description | |
|---|---|---|---|
| accuSnap | undefined | AccuSnap | If present, supplies the IModelAppOptions.AccuSnap for this session. | |
| applicationId | undefined | string | If present, supplies the Id of this application. | |
| applicationVersion | undefined | string | If present, supplies the version of this application. | |
| authorizationClient | undefined | IAuthorizationClient | If present, supplies the authorization information for various frontend APIs | |
| features | undefined | FeatureTrackingManager | if present, supplies the FeatureTrackingManager for this session | |
| i18n | I18N | I18NOptions | If present, supplies the I18N for this session. | |
| imodelClient | undefined | IModelClient | If present, supplies the IModelClient for this session. | |
| notifications | undefined | NotificationManager | If present, supplies the NotificationManager for this session. | |
| settings | undefined | SettingsAdmin | If present, supplies the SettingsAdmin for this session. | |
| toolAdmin | undefined | ToolAdmin | If present, supplies the ToolAdmin for this session. | |
| uiAdmin | undefined | UiAdmin | If present, supplies the UiAdmin for this session. | |
| viewManager | undefined | ViewManager | If present, supplies the ViewManager for this session. |
Defined in
Last Updated: 08 January, 2020