# 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

  • Parent:

    • Actor
  • Element tag: ListActor

# Parameter

# Parameters in the Layout

Name Type Description
sortable boolean
default: false
Defines whether the list is manually sortable and supports drag and drop
maxSortRange number Sets the maximum index of the renderer that can be moved
minSortRange number Sets the minimum index of the renderer that can be moved
allowedSortOrigins array of ListActor Contains ListActors that support drag and drop from this list
Request missing documentation