pl.wendigo.chrome.domain.css / SetStyleTextsRequest

SetStyleTextsRequest

data class SetStyleTextsRequest (source)

Represents request frame that can be used with CSS.setStyleTexts method call.

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

Constructors

<init>

SetStyleTextsRequest(edits: List<StyleDeclarationEdit>)

Represents request frame that can be used with CSS.setStyleTexts method call.

Properties

edits

val edits: List<StyleDeclarationEdit>