kvision / pl.treksoft.kvision.onsenui.list / OnsListItem / left

left

(js) open fun left(content: String? = null, rich: Boolean = false, builder: (Div.() -> Unit)? = null): Unit

A DSL builder for the left section of the list item.

Parameters

content - the content of the left section

rich - whether content can contain HTML code

builder - a builder extension function