public final class Node
Represents the result of locating a target node in Jetpack compose.
private final String
name
private final Map<String, Object>
customAttributes
Node(String name, Map<String, Object> customAttributes)
final String
getName()
final Map<String, Object>
getCustomAttributes()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getName()
final Map<String, Object> getCustomAttributes()