Dirk
10/25/2024, 2:05 PMZach Klippenstein (he/him) [MOD]
10/25/2024, 4:39 PMthere is no real hierarchy in composeThere is definitely a real hierarchy in Compose, in fact there are multiple: Composables, LayoutNodes, Modifiers, and Semantics to name a few. This is why giving a "composable" an ID is tricky – a call to a composable function may represent nodes in 0 or more of these trees.
Zach Klippenstein (he/him) [MOD]
10/25/2024, 4:40 PMZach Klippenstein (he/him) [MOD]
10/25/2024, 4:50 PMAccessibilityNodeInfo
.Dirk
10/27/2024, 5:26 PMZach Klippenstein (he/him) [MOD]
10/28/2024, 5:22 PMAccessibilityNodeInfo
tree yourself on API 34+.