Docs (4.0.0)
class ViewComposite method

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