Package-level declarations
Types
Link copied to clipboard
object CarbonSemanticsProperties
Carbon design system semantics properties. They follow the same principles as the ones from androidx.compose.ui.semantics.SemanticsProperties.
Functions
Link copied to clipboard
Mark semantic node that contains an icon identified by its name.
Link copied to clipboard
Whether the node is read-only.
fun Modifier.readOnly(role: Role?, interactionSource: MutableInteractionSource, state: ToggleableState? = null, mergeDescendants: Boolean = false): Modifier
fun Modifier.readOnly(role: Role?, interactionSource: MutableInteractionSource, selected: Boolean, mergeDescendants: Boolean = false): Modifier
Configures a component to be stated as "read-only".