Query Objects Request
data class QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String?)
Content copied to clipboard
Represents request frame that can be used with Runtime#queryObjects operation call.
See also
Constructors
QueryObjectsRequest
Link copied to clipboard
fun QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard