items()
Sets the list of items to be displayed.
items(items: BindingOrValue<Iterable<any> | undefined>): this;
Parameters
- items — An iterable collection of items, or a binding to one.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
