Docs (4.0.0)
class ViewComposite property

body

The encapsulated view object.

body?: TView

Notes

  • Initially, this property is undefined. The view object is only created (using createView()) when the ViewComposite instance is first rendered. Override beforeRender() to manipulate the view before rendering, if needed.
  • View objects assigned to this property are automatically attached to the ViewComposite object.

Related