Class CSSContainerQuery
CSS container query rule descriptor.
public sealed class CSSContainerQuery
- Inheritance
-
CSSContainerQuery
- Inherited Members
Properties
LogicalAxes
Optional logical axes queried for the container.
[JsonPropertyName("logicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LogicalAxes? LogicalAxes { get; set; }
Property Value
Name
Optional name for the container.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
PhysicalAxes
Optional physical axes queried for the container.
[JsonPropertyName("physicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PhysicalAxes? PhysicalAxes { get; set; }
Property Value
QueriesAnchored
true if the query contains anchored() queries.
[JsonPropertyName("queriesAnchored")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? QueriesAnchored { get; set; }
Property Value
- bool?
QueriesScrollState
true if the query contains scroll-state() queries.
[JsonPropertyName("queriesScrollState")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? QueriesScrollState { get; set; }
Property Value
- bool?
Range
The associated rule header range in the enclosing stylesheet (if available).
[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange? Range { get; set; }
Property Value
StyleSheetId
Identifier of the stylesheet containing this object (if exists).
[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StyleSheetId { get; set; }
Property Value
Text
Container query text.
[JsonPropertyName("text")]
public string Text { get; set; }