Object

SemanticsProperties

General semantics properties, mainly used for accessibility and testing.

Source set: Android
public object SemanticsProperties

General semantics properties, mainly used for accessibility and testing.

Each property is intended to be set by the respective SemanticsPropertyReceiver extension instead of used directly.

Properties

ContentDescription

Source set: Android
public val ContentDescription: SemanticsPropertyKey<List<String>>

TestTag

Source set: Android
public val TestTag: SemanticsPropertyKey<String>

Last updated: