pl.wendigo.chrome.api.css / SetStyleSheetTextRequest

SetStyleSheetTextRequest

data class SetStyleSheetTextRequest (source)

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

Sets the new stylesheet text.

Link
CSS#setStyleSheetText method documentation.

See Also

CSSOperations.setStyleSheetText

Constructors

<init>

SetStyleSheetTextRequest(styleSheetId: StyleSheetId, text: String)

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

Properties

styleSheetId

val styleSheetId: StyleSheetId

text

val text: String