pl.wendigo.chrome.domain.css / SetStyleTextsResponse

SetStyleTextsResponse

data class SetStyleTextsResponse (source)

Represents response frame for CSS.setStyleTexts method call.

Applies specified style edits one after another in the given order.

Constructors

<init>

SetStyleTextsResponse(styles: List<CSSStyle>)

Represents response frame for CSS.setStyleTexts method call.

Properties

styles

val styles: List<CSSStyle>

The resulting styles after modification.