ListItem

constructor(variants: List<ListItemVariant> = emptyList(), children: List<Node>, rawContent: String? = null)

Parameters

variants

additional functionalities and characteristics of this item. For example, this item may contain a checked/unchecked task.

rawContent

the raw source content of this item, if available. This is used for value conversion to iterable and dictionary values.