# Component

The component Component is the base component for all display components in the Core Engine. The component alone is not used, but all display components are derived from it.

# Properties

  • HTMLElement
    • BaseComponent

# Parameter

Name Type Description
storeLayoutValues boolean Defines whether the component attributes are written and restored in the layout store.
dragAndDropOptions DragAndDropOptions Sets how the drag and drop behaves.
Request missing documentation