chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.dom / CollectClassNamesFromSubtreeResponse

CollectClassNamesFromSubtreeResponse

data class CollectClassNamesFromSubtreeResponse

Response type for the DOMDomain.collectClassNamesFromSubtree command.

Constructors

<init>

Response type for the DOMDomain.collectClassNamesFromSubtree command.

CollectClassNamesFromSubtreeResponse(classNames: List<String>)

Properties

classNames

Class name list.

val classNames: List<String>