Function showTolliumContextMenu
Parameters
- menuName: string
The name of the menu to show
- pos: { x: number; y: number }
The position to show the menu at, relative to the top left of the iframe
Returns void
- menuName: string
Show a menu at a given position
Parameters
- menuName: string
The name of the menu to show
- pos: { x: number; y: number }
The position to show the menu at, relative to the top left of the iframe
- event: MouseEvent
The mouse event that triggered the context menu (this event is used to display the default browser context menu if requested and prevents the default browser context menu from being shown otherwise)
Returns void
- menuName: string
Show a menu at a given position