data class CollectClassNamesFromSubtreeResponse
Response type for the DOMDomain.collectClassNamesFromSubtree command.
<init> |
Response type for the DOMDomain.collectClassNamesFromSubtree command. CollectClassNamesFromSubtreeResponse(classNames: List<String>) |
classNames |
Class name list. val classNames: List<String> |