Label

inline fun Label(label: String? = null, uniqueId: Int = -1, description: String? = null, child: LabelChildComponent? = null, block: InlineLabel.() -> Unit): Label(source)

Component that contains a label, an optional description, and a child component, see Label.

Parameters

label

Label of the Label, see Label.withLabel

uniqueId

Unique identifier of this component, see Component.withUniqueId

description

The description of this Label, see Label.withDescription

child

The child contained by this Label, see Label.withChild

block

Lambda allowing further configuration