Class GetLocationForSelectorCommandSettings
GetLocationForSelector
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; }