toggle menu
kvision-material
8.0.0-RC
js
switch theme
search in API
kvision-material
/
io.kvision.material.list
/
MdListItem
/
MdListItem
Md
List
Item
constructor
(
text
:
String
?
=
null
,
type
:
ListItemType
=
ListItemType.Text
,
disabled
:
Boolean
=
false
,
href
:
String
?
=
null
,
target
:
LinkTarget
?
=
null
,
className
:
String
?
=
null
,
init
:
MdListItem
.
(
)
->
Unit
?
=
null
)