GenomeSpy Core API / MarkHit
Interface: MarkHit¶
A mark hit from the current rendered scene.
The datum is a detached shallow copy. Nested values are not cloned.
Properties¶
view¶
readonlyview:ViewHandle
Handle for the unit view that owns the mark.
uniqueId¶
readonlyuniqueId:number
Picking identifier for the mark in the current rendered scene.
datum¶
readonlydatum:Readonly<Record<string,unknown>>
Data row associated with the mark, without the internal picking id.