list
Creates a preset UIListView constructor using the provided options.
static
list(preset: View.ViewPreset<UIListView>, ItemBody: ViewClass, ContainerBody?: ViewClass<UIRow | UIColumn>, BookEnd?: ViewClass): ViewClass<UIListView>
Parameters
- preset — The properties, bindings, and event handlers that will be preset on each instance of the resulting class
- ItemBody — The view that is instantiated for each item in the list
- ContainerBody — The outer container view, defaults to a plain column
- BookEnd — A view that is added to the end of the list (optional)
Related
- uiAn object with functions for creating UI components and other resources.