Documentation

renderOptions()

Sets the rendering options for the list, using UIListView.renderOptions.

renderOptions(options: UIListView.RenderOptions | undefined): this;

Parameters

Return value

The builder instance for chaining.

Related