GetLocationForSelectorResponse

@Serializable
data class GetLocationForSelectorResponse(val ranges: List<SourceRange>)

Response type for the CSSDomain.getLocationForSelector command.

Constructors

Link copied to clipboard
constructor(ranges: List<SourceRange>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)