Class SetShowAdHighlightsCommandSettings
Highlights owner element of all frames detected to be ads.
public sealed class SetShowAdHighlightsCommandSettings : ICommand
- Inheritance
-
SetShowAdHighlightsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Show
True for showing ad highlights
[JsonPropertyName("show")]
public bool Show { get; set; }