Platform Hinted Content
data class PlatformHintedContent(inner: ContentNode, sourceSets: Set<DisplaySourceSet>) : ContentComposite
Content copied to clipboard
Functions
hasAnyContent
Link copied to clipboard
transformChildren
Link copied to clipboard
open override fun transformChildren(transformer: (ContentNode) -> ContentNode): PlatformHintedContent
Content copied to clipboard
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<ContentNode>): Nothing
Content copied to clipboard
withSourceSets
Link copied to clipboard
open override fun withSourceSets(sourceSets: Set<DisplaySourceSet>): PlatformHintedContent
Content copied to clipboard
Properties
children
Link copied to clipboard
extra
Link copied to clipboard
inner
Link copied to clipboard
sourceSets
Link copied to clipboard