AccessibilityEvent

@Serializable
sealed class AccessibilityEvent(source)

Inheritors

Types

Link copied to clipboard
@Serializable
data class LoadComplete(val root: AXNode) : AccessibilityEvent

The loadComplete event mirrors the load complete event sent by the browser to assistive technology when the web page has finished loading.

Link copied to clipboard
@Serializable
data class NodesUpdated(val nodes: List<AXNode>) : AccessibilityEvent

The nodesUpdated event is sent every time a previously requested node has changed the in tree.