SetPropertyRulePropertyNameRequest

@Serializable
data class SetPropertyRulePropertyNameRequest(val styleSheetId: StyleSheetId, val range: SourceRange, val propertyName: String)

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

Constructors

Link copied to clipboard
constructor(styleSheetId: StyleSheetId, range: SourceRange, propertyName: 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)