pl.wendigo.chrome.domain.css / SetStyleSheetTextRequest

SetStyleSheetTextRequest

data class SetStyleSheetTextRequest (source)

Represents request frame that can be used with CSS.setStyleSheetText method call.

Sets the new stylesheet text.

Constructors

<init>

SetStyleSheetTextRequest(styleSheetId: StyleSheetId, text: String)

Represents request frame that can be used with CSS.setStyleSheetText method call.

Properties

styleSheetId

val styleSheetId: StyleSheetId

text

val text: String