SemanticsModifier
-
Cmn
interface SemanticsModifier : Modifier.Element
A Modifier.Element
that adds semantics key/value for use in testing, accessibility, and similar use cases.
Summary
Public properties |
||
---|---|---|
open Int |
This property is deprecated. SemanticsModifier.id is now unused and has been set to a fixed value. |
Cmn
|
SemanticsConfiguration |
The SemanticsConfiguration holds substantive data, especially a list of key/value pairs such as (label -> "buttonName"). |
Cmn
|
Inherited functions |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public properties
semanticsConfiguration
val semanticsConfiguration: SemanticsConfiguration
The SemanticsConfiguration holds substantive data, especially a list of key/value pairs such as (label -> "buttonName").