# ListItemRendererFactory

The ListItemRendererFactory is used to automatically create ListItemRenderer components. The ListItemRendererFactory is used by list-based components to create ItemRenderers for rendering the list data.

# Properties

Type:: components.lists.ListItemRendererFactory

# Parameter

Name Type Description
itemRenderer string The class name of the ListItemRenderer component to be created.
itemRendererProperties Map<String, Object> The data passed here will be passed to the individual ItemRenderers immediately after their creation.
Request missing documentation