IModelViewportControlOptions Interface
Beta
IModelViewportControl options. These options are set in the applicationData property of the ContentProps.
Properties
Name | Type | Description | |
---|---|---|---|
bgColor | undefined | string | Optional background color which may be used if viewState and iModelConnection are undefined | |
disableDefaultViewOverlay | undefined | false | true | Optional property to disable the use of the DefaultViewOverlay | |
iModelConnection | IModelConnection | () => IModelConnection | IModelConnection of data in Viewport | |
viewState | ViewState | () => ViewState | ViewState or a function to return a ViewState |
Defined in
Last Updated: 13 June, 2024