Class SetContainerQueryTextCommandResponse
Response for Modifies the expression of a container query.
public sealed class SetContainerQueryTextCommandResponse : ICommandResponse<SetContainerQueryTextCommandSettings>, ICommandResponse
- Inheritance
-
SetContainerQueryTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ContainerQuery
The resulting CSS container query rule after modification.
[JsonPropertyName("containerQuery")]
public CSSContainerQuery ContainerQuery { get; set; }