Class ContinueToLocationCommandSettings
ContinueToLocation
public sealed class ContinueToLocationCommandSettings : ICommand
- Inheritance
-
ContinueToLocationCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Location
Gets or sets the location
[JsonPropertyName("location")]
public Location Location { get; set; }
Property Value
TargetCallFrames
Gets or sets the targetCallFrames
[JsonPropertyName("targetCallFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TargetCallFrames { get; set; }