Class GetDevToolsTargetCommandResponse
Response for Gets the targetId of the DevTools page target opened for the given target (if any).
public sealed class GetDevToolsTargetCommandResponse : ICommandResponse<GetDevToolsTargetCommandSettings>, ICommandResponse
- Inheritance
-
GetDevToolsTargetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
TargetId
The targetId of DevTools page target if exists.
[JsonPropertyName("targetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? TargetId { get; set; }