Docs (4.0.0)
class UIListView method

applyViewPreset

Applies the provided preset properties to this object.

applyViewPreset(preset: View.ViewPreset<ViewComposite, UIListView, "firstIndex" | "maxItems" | "animation"> & {
    items?: BindingOrValue<Iterable<any>>;
    allowKeyboardFocus?: boolean;
    onListItemsChange?: string;
}): void

Notes

  • This method is called automatically. Do not call this method after constructing an instance

Related

  • class UIListViewA view composite that manages views for each item in a list of objects or values.