# ObjectRendererGUIBase
The component ObjectRendererGUIBase
is the base component for all object renderer components in the Core Engine.
The object renderer in general is used to display and edit the metadata configured for the object renderer.
# Properties
HTMLElement
BaseComponent
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
preventInitialLoad | boolean | Defines whether the renderer configuration needs to be loaded after the layout is built. |
beanActor | BeanActor | The BeanActor is used to keep the current bean and the changes in the renderer. Saving changes is possible only with this actor. |