🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

SemanticsOwner

Owns SemanticsNode objects and notifies listeners of changes to the semantics tree

Source set: Common
public class SemanticsOwner internal constructor(
    private val rootNode: LayoutNode,
    private val outerSemanticsNode: EmptySemanticsModifier,
    private val nodes: IntObjectMap<LayoutNode>,
)

Owns SemanticsNode objects and notifies listeners of changes to the semantics tree

Properties

rootSemanticsNode

Source set: Common
public val rootSemanticsNode: SemanticsNode

The root node of the semantics tree. Does not contain any unmerged data. May contain merged data.

unmergedRootSemanticsNode

Source set: Common
public val unmergedRootSemanticsNode: SemanticsNode