Class OpenDevToolsCommandSettings
Opens a DevTools window for the target.
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
TargetId
This can be the page or tab target ID.
[JsonPropertyName("targetId")]
public string TargetId { get; set; }