insert
A (bound) view to be rendered, not attached to the current view.
insert?: View;
Notes
- The object assigned to this property is not attached. It must be attached to another object, such as an activity, in order to be rendered and for bindings to work.
- 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 UIShowView instance that’s rendered at the same time.
Related
class UIShowView
A view object that renders and controls a referenced view.
