pl.wendigo.chrome.domain.css / GetStyleSheetTextResponse

GetStyleSheetTextResponse

data class GetStyleSheetTextResponse (source)

Represents response frame for CSS.getStyleSheetText method call.

Returns the current textual content for a stylesheet.

Constructors

<init>

GetStyleSheetTextResponse(text: String)

Represents response frame for CSS.getStyleSheetText method call.

Properties

text

val text: String

The stylesheet text.