SetContainerQueryTextResponse

@Serializable
data class SetContainerQueryTextResponse(val containerQuery: CSSContainerQuery)

Response type for the CSSDomain.setContainerQueryText command.

Constructors

Link copied to clipboard
constructor(containerQuery: CSSContainerQuery)

Properties

Link copied to clipboard

The resulting CSS container query rule after modification.