pl.wendigo.chrome.api.css / CreateStyleSheetResponse

CreateStyleSheetResponse

data class CreateStyleSheetResponse (source)

Represents response frame that is returned from CSS#createStyleSheet operation call. Creates a new special "via-inspector" stylesheet in the frame with given frameId.

Link
CSS#createStyleSheet method documentation.

See Also

CSSOperations.createStyleSheet

Constructors

<init>

CreateStyleSheetResponse(styleSheetId: StyleSheetId)

Represents response frame that is returned from CSS#createStyleSheet operation call. Creates a new special "via-inspector" stylesheet in the frame with given frameId.

Properties

styleSheetId

val styleSheetId: StyleSheetId

Identifier of the created "via-inspector" stylesheet.