chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / CollectClassNamesResponse

CollectClassNamesResponse

data class CollectClassNamesResponse

Response type for the CSSDomain.collectClassNames command.

Constructors

<init>

Response type for the CSSDomain.collectClassNames command.

CollectClassNamesResponse(classNames: List<String>)

Properties

classNames

Class name list.

val classNames: List<String>