Autodesk.Viewing.UI
PropertyPanel
Extends Autodesk.Viewing.UI.DockingPanel
new PropertyPanel(parentContainer, id, title, options)
The Property Panel displays properties from the whole model or specific parts of it.
Parameters
parentContainer* HTMLElement | The container for this panel. |
id* string | The id for this panel. |
title* string | The initial title for this panel. |
options object | An optional dictionary of options. Currently unused. |
* Required