kvision / pl.treksoft.kvision.dropdown / header

header

(js) fun ContextMenu.header(content: String? = null, classes: Set<String>? = null, className: String? = null): Header
fun DropDown.header(content: String? = null, classes: Set<String>? = null, className: String? = null): Header

DSL builder extension function.

It takes the same parameters as the constructor of the built component.