Class GetLocationForSelectorCommandSettings
Given a CSS selector text and a style sheet ID, getLocationForSelector returns an array of locations of the CSS selector in the style sheet.
public sealed class GetLocationForSelectorCommandSettings : ICommand
- Inheritance
-
GetLocationForSelectorCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SelectorText
Gets or sets the selectorText
[JsonPropertyName("selectorText")]
public string SelectorText { get; set; }
Property Value
StyleSheetId
Gets or sets the styleSheetId
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }