🌈 Create new beautiful Compose Gradients with our new wesite ->
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.

Properties

ContentDescription

Source set: Android
public val ContentDescription: SemanticsPropertyKey<RemoteString> =
        SemanticsPropertyKey("ContentDescription")

Role

Source set: Android
public val Role: SemanticsPropertyKey<Role> = SemanticsPropertyKey("Role")

Text

Source set: Android
public val Text: SemanticsPropertyKey<RemoteString> = SemanticsPropertyKey("Text")

StateDescription

Source set: Android
public val StateDescription: SemanticsPropertyKey<RemoteString> =
        SemanticsPropertyKey("StateDescription")

Enabled

Source set: Android
public val Enabled: SemanticsPropertyKey<Boolean> = SemanticsPropertyKey("Enabled")

Content updated: