HardBreak

@Serializable
@SerialName(value = "hard_break")
class HardBreak(val marks: List<RichText.Mark> = emptyList()) : RichText(source)

Hard line break node.

Constructors

Link copied to clipboard
constructor(marks: List<RichText.Mark> = emptyList())

Properties

Link copied to clipboard

Applied formatting marks carried across the break.

Link copied to clipboard

Technical name of the node type.