Package-level declarations
Types
Link copied to clipboard
object PlainTextComponentConverter
Link copied to clipboard
Represents a renderable element of a Component with an associated Style.
Functions
Link copied to clipboard
Flattens this Component into a sequence of StyledElements using the specified lang for translations.
fun Component.elements(translate: (key: String) -> String?, outerStyle: Style = Style.empty()): Sequence<StyledElement>
Flattens this Component into a sequence of StyledElements using the specified translate function for translations. An optional outerStyle can be provided to be merged with each element's style.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard