Skip to main content
Version: latest

CreateContextMenuParams

Interface

Properties

detail

Optional

Additional details for the context menu. type field can be one of the following: series, study, shape, or groupOfShapes

Type

{ id: string ; type: "series" } | { id: string ; type: "study" } | { id: string | number ; type: "shape" } | { id: string ; type: "groupOfShapes" } | { id: string ; type: "position" } | { id: string ; type: "order" }


name of the menu

Type

string