Function: removeLabelmapRepresentation()
removeLabelmapRepresentation(
viewportId
,segmentationId
,immediate
?):void
Removes a labelmap representation from a viewport.
Parameters
• viewportId: string
The ID of the viewport.
• segmentationId: string
The ID of the segmentation.
• immediate?: boolean
Optional. If true, the removal is performed immediately.
Returns
void
Defined in
tools/src/stateManagement/segmentation/removeSegmentationRepresentations.ts:111