# CEPidTreeActor

The CEPidTreeActor is a specialization of the TreeActor. It is used when the baseBeans to be displayed come from the Core Engine and are organized via Core Engine field pid.

# Properties

# Parameter

# Parameters in the Layout

Name Type Description
additionalFields array of string Specifies the names of Core Engine fields that should be additionally loaded when loading the individual baseBeans (more details).
module string
fallback: module of context
Defines the Core Engine module from which to load the baseBeans.
count number Sets the maximum number of baseBeans in the search response
sortField string
default: friendlyname
Specifies the field on which basis the search result is to be sorted
sortOrder string
possible values:
  • asc
  • desc

default:
  • asc
Specifies the sorting order
filterRoot boolea
default: false
Determines whether the additional filters must be applied to root elements.
filters array of SearchPropertyFilter

# Additional Fields

Additional fields are especially interesting if an ItemRenderer requires additional information for display. In most cases, an ItemRenderer will load the required data itself.
Only if performance is required urgently, the fields should be specified in the CEPidTreeActor. This avoids another backend request.

Request missing documentation