SetScopeTextRequest

@Serializable
data class SetScopeTextRequest(val styleSheetId: StyleSheetId, val range: SourceRange, val text: String)

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

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)