SetScopeTextResponse

@Serializable
data class SetScopeTextResponse(val scope: CSSScope)

Response type for the CSSDomain.setScopeText command.

Constructors

Link copied to clipboard
constructor(scope: CSSScope)

Properties

Link copied to clipboard

The resulting CSS Scope rule after modification.