BasicElementHolder

fun <SD, BD> BasicElementHolder(view: View, element: PanelContainerElement.BasicElement<SD, BD>)

Parameters

view

The view of the basic element.

element

The basic element.

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.