API Reference > ui-framework > ContentView > SupportsViewSelectorChange SupportsViewSelectorChange Interface Interface to be implemented when the ContentControl supports ViewSelector changes Implemented by ViewportContentControl Methods Name Description processViewSelectorChange(iModel: IModelConnection, viewDefinitionId: string, viewState: ViewState, name: string): Promise<void> Process a ViewSelector change. Properties Name Type Description supportsViewSelectorChange boolean Returns true if this control supports reacting to ViewSelector changes. Defined in ui/framework/src/ui-framework/content/ContentControl.tsx Line 31 Last Updated: 11 June, 2024