Try Install Learn Blog API Packages GitHub
Pages

Ui.ListItem

Functions

content
(
item
:
Ui.ListItem
)
:
Html

Returns the content of a list item.

fromString
(
value
:
String
)
:
Ui.ListItem

Creates list items form a string.

fromStringArray
(
array
:
Array(String)
)
:
Array(Ui.ListItem)

Creates list items form an array of strings.

key
(
item
:
Ui.ListItem
)
:
String

Returns the key of a list item.

matchString
(
item
:
Ui.ListItem
)
:
String

Returns the matchString of a list item.