QueryAXTreeParameter

@Serializable
data class QueryAXTreeParameter(val nodeId: Int? = null, val backendNodeId: Int? = null, val objectId: String? = null, val accessibleName: String? = null, val role: String? = null)

Constructors

Link copied to clipboard
constructor(nodeId: Int? = null, backendNodeId: Int? = null, objectId: String? = null, accessibleName: String? = null, role: String? = null)

Properties

Link copied to clipboard
val accessibleName: String? = null

Find nodes with this computed name.

Link copied to clipboard
val backendNodeId: Int? = null

Identifier of the backend node for the root to query.

Link copied to clipboard
val nodeId: Int? = null

Identifier of the node for the root to query.

Link copied to clipboard
val objectId: String? = null

JavaScript object id of the node wrapper for the root to query.

Link copied to clipboard
val role: String? = null

Find nodes with this computed role.