Package-level declarations
Types
Link copied to clipboard
Result from atomic coordinate retrieval operation. Used by mouseMove() to get element center coordinates atomically.
Link copied to clipboard
open class DefaultElement(val tab: Tab, var node: <Error class: unknown class>, var tree: <Error class: unknown class>? = null) : Element
Default implementation of the Element interface.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Viewport dimensions and scroll position data. Used for calculating natural scroll gestures.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun <Error class: unknown class>.filterRecurse(predicate: (<Error class: unknown class>) -> Boolean): <Error class: unknown class>?
Recursively searches the DOM tree starting from this node, returning the first node that matches the given predicate.
Link copied to clipboard
fun <Error class: unknown class>.filterRecurseAll(predicate: (<Error class: unknown class>) -> Boolean): List<<Error class: unknown class>>
Recursively searches the DOM tree starting from this node, returning all nodes that match the given predicate.