Text

@JsonSerializable
@PolymorphicLabel(value = "text")
data class Text(val text: String) : DeltaContent

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard