Documentation

items()

Sets the list of items to be displayed.

items(items: BindingOrValue<Iterable<any> | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related