Question on Sample Web-Viewer #1589
-
Got & ran the 'Getting Started' Sample: https://developer.bentley.com/tutorials/web-application-quick-start/ The primary relevant control loaded (in file App.tsx) is: Just this control gives a lot more than I expected: The core Viewer + its viewing control tools + Components Tree + Sectioning & other Tools. How can I create a View with only the basic Viewing Controls? Are there any settings to the Viewer control? Deepak. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Deepak, There is a prop on the viewer, |
Beta Was this translation helpful? Give feedback.
Hi Deepak,
There is a prop on the viewer,
defaultUiConfig
(see here), that you can set to disable a lot of the functionality currently baked into the base viewer.