ContentBreakLine

data class ContentBreakLine(    val sourceSets: Set<DisplaySourceSet>,     val dci: DCI = DCI(emptySet(), ContentKind.Empty),     val style: Set<Style> = emptySet(),     val extra: PropertyContainer<ContentNode> = PropertyContainer.empty()) : ContentNode

Constructors

Link copied to clipboard
fun ContentBreakLine(    sourceSets: Set<DisplaySourceSet>,     dci: DCI = DCI(emptySet(), ContentKind.Empty),     style: Set<Style> = emptySet(),     extra: PropertyContainer<ContentNode> = PropertyContainer.empty())

Functions

Link copied to clipboard
open override fun hasAnyContent(): Boolean
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentBreakLine
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentBreakLine

Properties

Link copied to clipboard
open override val children: List<ContentNode>
Link copied to clipboard
open override val dci: DCI
Link copied to clipboard
open override val extra: PropertyContainer<ContentNode>
Link copied to clipboard
open override val sourceSets: Set<DisplaySourceSet>
Link copied to clipboard
open override val style: Set<Style>