pl.wendigo.chrome.api.css / SetMediaTextRequest

SetMediaTextRequest

data class SetMediaTextRequest (source)

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

Modifies the rule selector.

Link
CSS#setMediaText method documentation.

See Also

CSSOperations.setMediaText

Constructors

<init>

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

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

Properties

range

val range: SourceRange

styleSheetId

val styleSheetId: StyleSheetId

text

val text: String