chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.heapprofiler / AddInspectedHeapObjectRequest

AddInspectedHeapObjectRequest

data class AddInspectedHeapObjectRequest

Request object containing input parameters for the HeapProfilerDomain.addInspectedHeapObject command.

Constructors

<init>

Request object containing input parameters for the HeapProfilerDomain.addInspectedHeapObject command.

AddInspectedHeapObjectRequest(heapObjectId: HeapSnapshotObjectId)

Properties

heapObjectId

Heap snapshot object id to be accessible by means of $x command line API.

val heapObjectId: HeapSnapshotObjectId