setItems()
Sets the list of items to be displayed.
setItems(items?: Iterable<any>): void;
Notes
- This method can be used instead of setting the items property directly, to convert other iterable objects (such as plain arrays) to an observable list.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
