pl.wendigo.chrome.api.css / SetStyleTextsRequest

SetStyleTextsRequest

data class SetStyleTextsRequest (source)

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

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

Link
CSS#setStyleTexts method documentation.

See Also

CSSOperations.setStyleTexts

Constructors

<init>

SetStyleTextsRequest(edits: List<StyleDeclarationEdit>)

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

Properties

edits

val edits: List<StyleDeclarationEdit>