pl.wendigo.chrome.domain.css / CreateStyleSheetResponse

CreateStyleSheetResponse

data class CreateStyleSheetResponse (source)

Represents response frame for CSS.createStyleSheet method call.

Creates a new special "via-inspector" stylesheet in the frame with given frameId.

Constructors

<init>

CreateStyleSheetResponse(styleSheetId: StyleSheetId)

Represents response frame for CSS.createStyleSheet method call.

Properties

styleSheetId

val styleSheetId: StyleSheetId

Identifier of the created "via-inspector" stylesheet.