Methods
-
<static> setDefaultOptions( [options])
-
Parameters:
Name Type Argument Description options
object <optional>
Options for the OutlinesPanel. Properties
Name Type Argument Description autoExpandOutlines
boolean <optional>
If set to true, will expand outlines. Example
WebViewer(...) .then((instance) => { instance.UI.OutlinesPanel.setDefaultOptions({ autoExpandOutlines: true, }) });