Constructor
new ScorecardPresenter(root, onUpdateFilterSet)
Create a new ScorecardPresenter.
Parameters:
| Name | Type | Description |
|---|---|---|
root |
HTMLElement | Root DOM element. |
onUpdateFilterSet |
function | Callback for filter updates. |
- Source:
Methods
showResults(results, filterSet)
Update scorecards with new results data.
Parameters:
| Name | Type | Description |
|---|---|---|
results |
Object | Results data to display. |
filterSet |
FilterSet | Current filter settings. |
- Source: