ResolvedSelector

data class ResolvedSelector(val selector: Selector, val matchType: ResolvedSelector.MatchType, val node: NodeSnapshot, val allMatches: List<NodeSnapshot> = listOf(node))

Constructors

Link copied to clipboard
constructor(selector: Selector, matchType: ResolvedSelector.MatchType, node: NodeSnapshot, allMatches: List<NodeSnapshot> = listOf(node))

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String