OrderedList

@Serializable
@SerialName(value = "ordered_list")
class OrderedList : RichText, RichText.Composite(source)

Ordered (numbered) list node.

Properties

Link copied to clipboard
open override val content: List<RichText.ListItem>

Child nodes contained within this element.

Link copied to clipboard
val order: Int?

Starting number for the list.

Link copied to clipboard

Technical name of the node type.

Functions

Link copied to clipboard

Recursively flattens all descendant nodes into a sequence.