CreateContextMenuParams
Interface
Properties
detail
OptionalAdditional 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" }
menuName
name of the menu
Type
string