Content Node
interface ContentNode : WithExtraProperties<ContentNode> , WithChildren<ContentNode>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentNode
Content copied to clipboard
Link copied to clipboard
abstract fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentNode
Content copied to clipboard