BasicElement

fun <BD> BasicElement(elementType: PanelContainerElementTypeId, basicElementData: BD)

Parameters

elementType

The panel container element type.

basicElementData

The basic element data. The data is derived from the panel container data.

SD

The type of the panel sub-container data. The data is derived from the panel container data.

BD

The type of the basic element data. The data is derived from the panel container data.