Content Resolved Link
data class ContentResolvedLink(val children: List<ContentNode>, val address: String, val dci: DCI, val sourceSets: Set<DisplaySourceSet>, val style: Set<Style> = emptySet(), val extra: PropertyContainer<ContentNode> = PropertyContainer.empty()) : ContentLink
All links that do not need to be resolved
Constructors
Link copied to clipboard
constructor(children: List<ContentNode>, address: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, 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
Link copied to clipboard