# CreateTypePreselection
Component CreateTypePreselection
is required to create a typed object. It offers all possible types of beans to select. The bean types are loaded as value options.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-create-type-preselection
# Parameter
Name | Type | Description |
---|---|---|
createValueOptionsKey | string | Value option key whose values should be displayed as types. |
createPreselectedField | string | Field name. Required if the selected value needs to be written into a field additionally. |
createPreselectedFieldType | string | Field type. Required if the selected value needs to be written into a field additionally. |
toggleActor | ToggleActor | After the selection of a type, this actor is used to navigate to the next view. |
beanActor | BeanActor | The just created typed bean is assigned to this actor. Additionally, the change is saved to the field . |