Documentation

with()

Defines the view to be rendered for each item in the list.

with(
content: ViewBuilder | ((item: Binding) => ViewBuilder) | undefined,
): this;

Parameters

Return value

The builder instance for chaining.

Related