# RendererListItemRendererFactory

The RendererListItemRendererFactory is an ItemRendererFactory specialized for creating ItemRenderers using object renderers.
This factory ensures the correct object renderer configuration will be used by the ListItemRenderers.

# Properties

# Parameter

# Parameters in the Layout

Name Type Description
module string
fallback: module of context
If a specific and not the current module is to be used (e.g., within a subpanel), the module's name can be passed here.
rendererName string
fallback:
Name of the simple renderer configuration to be loaded. If not set, the renderer is loaded from searchSetActor based on visualType. If no searchSetActor is set, default is used.
visualType VisualType The visual type of the list item renderer. Defines which simple renderer is used by searchSetActor and changes the styling.
searchSetActor SearchSetActor Used to apply the configured simple renderer from object renderer set configuration.
type VisualType =
        'LIST' |
        'TILE' |
        'GRID';
Request missing documentation