pl.wendigo.chrome.api.css / GetStyleSheetTextResponse

GetStyleSheetTextResponse

data class GetStyleSheetTextResponse (source)

Represents response frame that is returned from CSS#getStyleSheetText operation call. Returns the current textual content for a stylesheet.

Link
CSS#getStyleSheetText method documentation.

See Also

CSSOperations.getStyleSheetText

Constructors

<init>

GetStyleSheetTextResponse(text: String)

Represents response frame that is returned from CSS#getStyleSheetText operation call. Returns the current textual content for a stylesheet.

Properties

text

val text: String

The stylesheet text.