renderOptions()
Sets the rendering options for the list, using UIListView.renderOptions.
renderOptions(options: UIListView.RenderOptions | undefined): this;
Parameters
- options — An object with options for asynchronous rendering and delay.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
