Class GetDevToolsTargetCommandSettings
Gets the targetId of the DevTools page target opened for the given target (if any).
public sealed class GetDevToolsTargetCommandSettings : ICommand
- Inheritance
-
GetDevToolsTargetCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
TargetId
Page or tab target ID.
[JsonPropertyName("targetId")]
public string TargetId { get; set; }