Class SelectorList
Selector list data.
public sealed class SelectorList
- Inheritance
-
SelectorList
- Inherited Members
Properties
Selectors
Selectors in the list.
[JsonPropertyName("selectors")]
public Value[] Selectors { get; set; }
Property Value
- Value[]
Text
Rule selector text.
[JsonPropertyName("text")]
public string Text { get; set; }