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

GetStyleSheetTextResponse

data class GetStyleSheetTextResponse

Response type for the CSSDomain.getStyleSheetText command.

Constructors

<init>

Response type for the CSSDomain.getStyleSheetText command.

GetStyleSheetTextResponse(text: String)

Properties

text

The stylesheet text.

val text: String