API Docs for:
Show:

EnvironmentView Class

Module: views.environment
Parent Module: views

Display an environment.

Methods

EnvironmentView.initializer

()

render

() chainable

render.rendered

()

Render callback handler, triggered from app when the view renders.

update

() chainable

Wrapper around topo.update. Rather than re-rendering a whole topology, the view can require data updates when needed. Ideally even this should not be needed, as we can observe ModelList change events and debounce update calculations internally.

Attributes

nsRouter

Applications router utility methods