ContentLink

interface ContentLink : ContentComposite

Union type replacement

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hasAnyContent
Link copied to clipboard
open override fun hasAnyContent(): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
transformChildren
Link copied to clipboard
abstract fun transformChildren(transformer: (ContentNode) -> ContentNode): ContentComposite
withNewExtras
Link copied to clipboard
abstract fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentNode
withSourceSets
Link copied to clipboard
abstract fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentNode

Properties

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

Inheritors

ContentDRILink
Link copied to clipboard
ContentResolvedLink
Link copied to clipboard
ContentEmbeddedResource
Link copied to clipboard