Constructor
new AvenxPage(initialState, computed, bridges, template, methods, componentRegistry)
Parameters:
| Name | Type | Description |
|---|---|---|
initialState |
Object | Initial state. |
computed |
Object | Computed properties. |
bridges |
Object | Shared bridges. |
template |
string | HTML template. |
methods |
Object | Component methods. |
componentRegistry |
- Source:
Classes
Methods
unmount()
Unmounts the page and all child components.
- Source:
update()
Updates the page and then mounts/updates child components.
- Source: