Class SetBreakpointsActiveCommandSettings
Activates / deactivates all breakpoints on the page.
public sealed class SetBreakpointsActiveCommandSettings : ICommand
- Inheritance
-
SetBreakpointsActiveCommandSettings
- Implements
- Inherited Members
Properties
Active
New value for breakpoints active state.
[JsonPropertyName("active")]
public bool Active { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }