compose-richtext
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compose-richtext
richtext-markdown
/
com.halilibo.richtext.markdown.node
/
AstUnorderedList
Ast
Unordered
List
@
Immutable
data
class
AstUnorderedList
(
val
bulletMarker
:
Char
)
:
AstContainerBlockNodeType
A list type that marks its items with bullets to signify a lack of order.
Members
Constructors
Ast
Unordered
List
Link copied to clipboard
constructor
(
bulletMarker
:
Char
)
Properties
bullet
Marker
Link copied to clipboard
val
bulletMarker
:
Char