GetPartialAXTreeParameter

@Serializable
data class GetPartialAXTreeParameter(val nodeId: Int? = null, val backendNodeId: Int? = null, val objectId: String? = null, val fetchRelatives: Boolean? = null)

Constructors

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

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Identifier of the backend node to get the partial accessibility tree for.

Link copied to clipboard
val fetchRelatives: Boolean? = null

Whether to fetch this node's ancestors, siblings and children. Defaults to true.

Link copied to clipboard
val nodeId: Int? = null

Identifier of the node to get the partial accessibility tree for.

Link copied to clipboard
val objectId: String? = null

JavaScript object id of the node wrapper to get the partial accessibility tree for.