Skip to content

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

PropertyTypeDescriptionDefined in
labelstringShown on the chip above the grid; also the key ProbeMemoryView.unwatch removes by.packages/ui/src/memory-view.ts:17
addressbigintFirst byte of the range.packages/ui/src/memory-view.ts:19
sizenumberBytes; a range of unknown size is shown as its first byte.packages/ui/src/memory-view.ts:21
sizeUnknown?booleanSet when the size is a guess (the type gives none).packages/ui/src/memory-view.ts:23