probe-web / @probe-web/ui / MemoryHighlight
Interface: MemoryHighlight
Defined in: packages/ui/src/memory-view.ts:15
A highlighted range, e.g. the bytes of a watched variable.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
label | string | Shown on the chip above the grid; also the key ProbeMemoryView.unwatch removes by. | packages/ui/src/memory-view.ts:17 |
address | bigint | First byte of the range. | packages/ui/src/memory-view.ts:19 |
size | number | Bytes; a range of unknown size is shown as its first byte. | packages/ui/src/memory-view.ts:21 |
sizeUnknown? | boolean | Set when the size is a guess (the type gives none). | packages/ui/src/memory-view.ts:23 |