chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / QueryObjectsRequest

QueryObjectsRequest

data class QueryObjectsRequest

Request object containing input parameters for the RuntimeDomain.queryObjects command.

Constructors

<init>

Request object containing input parameters for the RuntimeDomain.queryObjects command.

QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String? = null)

Properties

objectGroup

Symbolic group name that can be used to release the results.

val objectGroup: String?

prototypeObjectId

Identifier of the prototype to return objects for.

val prototypeObjectId: RemoteObjectId