GetDevToolsTargetResponse

@Serializable
data class GetDevToolsTargetResponse(val targetId: TargetID? = null)

Response type for the TargetDomain.getDevToolsTarget command.

Constructors

Link copied to clipboard
constructor(targetId: TargetID? = null)

Properties

Link copied to clipboard

The targetId of DevTools page target if exists.