Content Break Line
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
constructor(sourceSets: Set<DisplaySourceSet>, dci: DCI = DCI(emptySet(), ContentKind.Empty), style: Set<Style> = emptySet(), extra: PropertyContainer<ContentNode> = PropertyContainer.empty())
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T : WithChildren<*>> WithChildren<WithChildren<*>>.firstMemberOfType(predicate: (T) -> Boolean): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard