pl.wendigo.chrome.domain.css / CollectClassNamesResponse

CollectClassNamesResponse

data class CollectClassNamesResponse (source)

Represents response frame for CSS.collectClassNames method call.

Returns all class names from specified stylesheet.

Constructors

<init>

CollectClassNamesResponse(classNames: List<String>)

Represents response frame for CSS.collectClassNames method call.

Properties

classNames

val classNames: List<String>

Class name list.