chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / CreateStyleSheetResponse

CreateStyleSheetResponse

data class CreateStyleSheetResponse

Response type for the CSSDomain.createStyleSheet command.

Constructors

<init>

Response type for the CSSDomain.createStyleSheet command.

CreateStyleSheetResponse(styleSheetId: StyleSheetId)

Properties

styleSheetId

Identifier of the created "via-inspector" stylesheet.

val styleSheetId: StyleSheetId