Composite

sealed interface Composite(source)

Interface for rich text nodes that contain child nodes.

Inheritors

Properties

Link copied to clipboard
abstract val content: List<RichText>

Child nodes contained within this element.

Functions

Link copied to clipboard

Recursively flattens all descendant nodes into a sequence.