SetStyleTextsResponse

@Serializable
data class SetStyleTextsResponse(val styles: List<CSSStyle>)

Response type for the CSSDomain.setStyleTexts command.

Constructors

Link copied to clipboard
constructor(styles: List<CSSStyle>)

Properties

Link copied to clipboard

The resulting styles after modification.