Autodesk.Viewing.UI
Filterbox
new Filterbox(id, options)
A text input that invokes a callback when the text changes.
Parameters
Expand all
id string | The id for this control. |
options object | An optional dictionary of options. |
filterFunction function | Invoked when the text changes, receives 1 string argument. |