render
Renders the current view, if any.
render(callback?: RenderContext.RenderCallback): this
Notes
- This method is called automatically whenever required. It should not be necessary to invoke this method from an application, or to override it.
Related
- class ViewComposite abstractA class that encapsulates a dynamic view.