items
The list of objects, from which each object is used to construct one view object.
items?: ManagedList
Notes
- This property should be set or bound to a ManagedList object or an array.
- When set to an array, the property setter converts the array to a ManagedList automatically, and uses that instead.
- When updated, a UIListView.ItemControllerView view instance is created for each list item and added to the body container.
Related
- class UIListViewA view composite that manages views for each item in a list of objects or values.