setA11yTarget

fun Modifier.setA11yTarget(uniqueIdentifier: String = ""): Modifier

A11YOOP method for marking a composable with A11Y_TARGET for UI test retrieval. If multiple components are marked, use uniqueIdentifier to distinguish between components.

Return

Modifier

Parameters

uniqueIdentifier

Optional suffix for uniquely marking a composable for UI test retrieval