# AdminConfigSearchActor
Compared to the SearchActor, the AdminConfigSearchActor
loads the configuration for a specific snap-in and converts these configuration objects into baseBeans
instead of searching for baseBeans
. For this purpose, the actor sorts and filters loaded configurations.
# Properties
Parent:
Actor
Type:
AdminConfigSearchActor
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
typeFieldName | string | Instructs the actor to consider a specific attribute of the configuration object as beantype during conversion. |
selectionActor | SelectionActor | Required to keep marked objects marked. |
beanActor | BeanActor | Required to perform a new search after the bean has been replaced in the BeanActor. |
snapin | string fallback: Parameter snap_in from URL | Defines the snap-in name |
group | string fallback: Parameter sub_group from URL | Only works for modulesetup . Defines the module for which the configuration is loaded. |