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