# SearchSlidingList

The component SearchSlidingList represents a list. After the layout is built, it fills the ListActor with items according to the layout information. It puts selected items into the SelectionActor and scrolls the list to a selected item.

# Properties

  • HTMLElement

  • Element tag: cm4ap-search-sliding-list

# Parameter

# Parameters in the Layout

Name Type Description
listActor ListActor The actor is filled by the component with items from the layout information.
selectionActor SelectionActor The actor will navigate through the list.
itemRenderer string
default: cm4ap-bean-image-list-item-renderer
The class name of the ListItemRenderer component to be used as the ItemRenderer. Must be either the ListItemRenderer component or a component based on it.
Request missing documentation