Constructor
new ApplicationsListPresenter(root, getCodeObj, onCodeObjUpdate)
Creates a new ApplicationsListPresenter.
Parameters:
| Name | Type | Description |
|---|---|---|
root |
HTMLElement | Root DOM element for the applications list. |
getCodeObj |
function | Callback to get the current code object. |
onCodeObjUpdate |
function | Callback when code object is updated. |
- Source:
Methods
refresh(codeObj)
Refreshes the applications list display.
Parameters:
| Name | Type | Description |
|---|---|---|
codeObj |
Object | Current code object. |
- Source: