Content Divergent Group
data class ContentDivergentGroup( val children: List<ContentDivergentInstance>, val dci: DCI, val style: Set<Style>, val extra: PropertyContainer<ContentNode>, val groupID: ContentDivergentGroup.GroupID, val implicitlySourceSetHinted: Boolean = true) : ContentComposite
Content copied to clipboard
Constructors
Link copied to clipboard
fun ContentDivergentGroup( children: List<ContentDivergentInstance>, dci: DCI, style: Set<Style>, extra: PropertyContainer<ContentNode>, groupID: ContentDivergentGroup.GroupID, implicitlySourceSetHinted: Boolean = true)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open override fun transformChildren(transformer: (ContentNode) -> ContentNode): ContentDivergentGroup
Content copied to clipboard
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): ContentDivergentGroup
Content copied to clipboard
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): ContentDivergentGroup
Content copied to clipboard
Properties
Link copied to clipboard
is used for finding and copying ContentDivergentInstances when merging ContentPages