SetMediaTextResponse

@Serializable
data class SetMediaTextResponse(val media: CSSMedia)

Response type for the CSSDomain.setMediaText command.

Constructors

Link copied to clipboard
constructor(media: CSSMedia)

Properties

Link copied to clipboard

The resulting CSS media rule after modification.