Android
public interface SubspaceSemanticsModifierNode
A SubspaceModifier.Node that adds semantics key/values for use in testing, accessibility, and similar use cases.
Functions
applySemantics
public fun SemanticsPropertyReceiver.applySemantics()
Adds semantics key/value pairs to the layout node, for use in testing, accessibility, etc.
The SemanticsPropertyReceiver provides "key = value"-style setters for any SemanticsPropertyKey. Also, chaining multiple semantics modifiers is supported.