Column

data class Column(val children: List<Element>, val key: String? = null) : Element

Represents a vertical container element that holds child elements.

Constructors

Link copied to clipboard
constructor(children: List<Element>, key: String? = null)

Properties

Link copied to clipboard

The child elements to display

Link copied to clipboard
open override val key: String? = null

Optional key for this element