ViewSelectorProps Interface
Properties for the ViewSelector component
Properties
| Name | Type | Description | |
|---|---|---|---|
| imodel | IModelConnection | undefined | ||
| listenForShowUpdates | boolean | undefined | ||
| onViewSelected | (args: { iModelConnection: IModelConnection, name: string, viewDefinitionId: string, viewState: ViewState }) => void | undefined | ||
| panelOnly | boolean | undefined | ||
| searchBox | boolean | undefined | ||
| showDrawings | boolean | ||
| showSheets | boolean | ||
| showSpatials | boolean | ||
| showUnknown | boolean | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.