Class OpenDevToolsCommandSettings
OpenDevTools
public sealed class OpenDevToolsCommandSettings : ICommand
- Inheritance
-
OpenDevToolsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PanelId
Gets or sets the panelId
[JsonPropertyName("panelId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PanelId { get; set; }
Property Value
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
public string TargetId { get; set; }