ContentResolvedLink

data class ContentResolvedLink(children: List<ContentNode>, address: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style>, extra: PropertyContainer<ContentNode>) : ContentLink

All links that do not need to be resolved

Constructors

ContentResolvedLink
Link copied to clipboard
fun ContentResolvedLink(children: List<ContentNode>, address: String, dci: DCI, sourceSets: Set<DisplaySourceSet>, style: Set<Style> = emptySet(), extra: PropertyContainer<ContentNode> = PropertyContainer.empty())

Functions

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

Properties

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