# ListActor
A ListActor
manages an arbitrary amount of similar data. Mostly it is used by list-based layout components that display this data. Layout components or other layout actors are informed about the change of the data and can react to the changes accordingly (e.g. by adapting their own display to the new data).
# Properties
- Element tag:
components.lists.ListActor
No special parameters can be assigned to a ListActor
.