Autodesk.Viewing
UI
Definitions for classes that build UI elements on the DOM.
new Object()
Methods
exports.Filterbox(id, options)
Base class for UI controls.
It is abstract and should not be instantiated directly.
Parameters
id string | The id for this control. Optional. |
options object | An optional dictionary of options. |
exports.Searchbox(id, options)
Base class for UI controls.
It is abstract and should not be instantiated directly.
Parameters
id string | The id for this control. Optional. |
options object | An optional dictionary of options. |