ContentCode

interface ContentCode : ContentComposite

Functions

hasAnyContent
Link copied to clipboard
open override fun hasAnyContent(): Boolean
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

ContentCodeBlock
Link copied to clipboard
ContentCodeInline
Link copied to clipboard