PilotRichText

data class PilotRichText(val contents: List<PilotRichText.Content>)

Constructors

Link copied to clipboard
constructor(contents: List<PilotRichText.Content>)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
sealed interface Content
Link copied to clipboard

Properties

Link copied to clipboard

Functions