toggle menu
structures
0.12.0
common
switch theme
search in API
structures
/
ink.ui.structures.elements
/
TextListElement
Text
List
Element
data
class
TextListElement
(
val
items
:
List
<
FormattedText
>
,
val
ordered
:
Boolean
=
false
)
:
UiElement.Static
A bulleted or numbered list of text items.
Members
Constructors
Text
List
Element
Link copied to clipboard
constructor
(
vararg
items
:
FormattedText
)
constructor
(
items
:
List
<
FormattedText
>
,
ordered
:
Boolean
=
false
)
Properties
items
Link copied to clipboard
val
items
:
List
<
FormattedText
>
ordered
Link copied to clipboard
val
ordered
:
Boolean
=
false