SetStyleSheetTextRequest

@Serializable
data class SetStyleSheetTextRequest(val styleSheetId: StyleSheetId, val text: String)

Request object containing input parameters for the CSSDomain.setStyleSheetText command.

Constructors

Link copied to clipboard
constructor(styleSheetId: StyleSheetId, text: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)