MouseUpWindow
function MouseUpWindow(frameId: string, x: number, y: number): void
Description
Sends an event to the plugin when the mouse button is released inside the plugin iframe.
Parameters
- frameId
string
The frame ID.
- x
number
The X coordinate.
- y
number
The Y coordinate.
Returns
void