Class CSSNavigation
CSS Navigation at-rule descriptor.
public sealed record CSSNavigation : IEquatable<CSSNavigation>
- Inheritance
-
CSSNavigation
- Implements
- Inherited Members
Constructors
CSSNavigation(string)
CSS Navigation at-rule descriptor.
public CSSNavigation(string Text)
Parameters
TextstringNavigation rule text.
Properties
Active
Whether the navigation condition is satisfied.
public bool? Active { get; init; }
Property Value
- bool?
Range
The associated rule header range in the enclosing stylesheet (if available).
public SourceRange? Range { get; init; }
Property Value
StyleSheetId
Identifier of the stylesheet containing this object (if exists).
public StyleSheetId? StyleSheetId { get; init; }
Property Value
Text
Navigation rule text.
public string Text { get; init; }