Class CSSScopeRule
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSScopeRule interface of the CSS Object Model represents a CSS @scope at-rule.
[Value("CSSScopeRule")]
public class CSSScopeRule : CSSGroupingRule
- Inheritance
-
CSSScopeRule
- Inherited Members
Remarks
Constructors
CSSScopeRule()
public CSSScopeRule()
Properties
End
The end property of the CSSScopeRule interface returns a string containing the value of the _scope at-rule's scope limit.
[Value("end")]
public string? End { get; }
Property Value
- string
A string, or
nullif the_scopeat-rule has no scope limit defined.
Remarks
Start
The start property of the CSSScopeRule interface returns a string containing the value of the _scope at-rule's scope root.
[Value("start")]
public string? Start { get; }
Property Value
- string
A string, or
nullif the_scopeat-rule has no scope root defined.