SemanticsConfiguration
class SemanticsConfiguration : SemanticsPropertyReceiver, Iterable<Entry<SemanticsPropertyKey<*>, Any?>>
Describes the semantic information associated with the owning component
The information provided in the configuration is used to to generate the
semantics tree.
Summary
Public constructors |
Describes the semantic information associated with the owning component
|
Inherited extension functions |
From androidx.compose.ui.semantics
Unit |
Action to collapse an expandable node.
|
Unit |
Action to copy the text to the clipboard.
|
Unit |
Action to cut the text and copy it to the clipboard.
|
Unit |
Whether this element is a Dialog.
|
Unit |
Whether this semantics node is disabled.
|
Unit |
Action to dismiss a dismissible node.
|
Unit |
Action to expand an expandable node.
|
Unit |
| |