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

SetMediaTextRequest

data class SetMediaTextRequest

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

Constructors

<init>

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

SetMediaTextRequest(styleSheetId: StyleSheetId, range: SourceRange, text: String)

Properties

range

val range: SourceRange

styleSheetId

val styleSheetId: StyleSheetId

text

val text: String