view
The current view to be rendered.
view?: View
Notes
- The object assigned to this property is not attached (like e.g. ViewComposite.body). It must be attached to another object, such as an activity.
- View objects can’t be rendered twice, hence the bound object can’t be part of the view hierarchy on its own or referenced by another UIViewRenderer instance.
- If the view is unlinked after rendering, a ViewUnlinked event is emitted by the UIViewRenderer instance.
Related
- class UIViewRendererA view object that dynamically renders a referenced (bound) view.