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

SetMediaTextResponse

data class SetMediaTextResponse

Response type for the CSSDomain.setMediaText command.

Constructors

<init>

Response type for the CSSDomain.setMediaText command.

SetMediaTextResponse(media: CSSMedia)

Properties

media

The resulting CSS media rule after modification.

val media: CSSMedia