GetStyleSheetTextResponse

@Serializable
data class GetStyleSheetTextResponse(val text: String)(source)

Response type for the CSSDomain.getStyleSheetText command.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

The stylesheet text.