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

SetStyleSheetTextRequest

data class SetStyleSheetTextRequest

Request object containing input parameters for the CSSDomain.setStyleSheetText command.

Constructors

<init>

Request object containing input parameters for the CSSDomain.setStyleSheetText command.

SetStyleSheetTextRequest(styleSheetId: StyleSheetId, text: String)

Properties

styleSheetId

val styleSheetId: StyleSheetId

text

val text: String