Constructor
new SelectorTitlePresenter(root, changeCallback)
Create a new SelectorTitlePresenter.
Parameters:
| Name | Type | Description |
|---|---|---|
root |
HTMLElement | Root DOM element. |
changeCallback |
function | Callback for selection changes. |
- Source:
Methods
showResults(results, filterSet)
Update selector title with new results.
Parameters:
| Name | Type | Description |
|---|---|---|
results |
Object | Results data to display. |
filterSet |
FilterSet | Current filter settings. |
- Source: