SendToWindow
function SendToWindow(windowID: string, name: string, data: object): void
Description
Sends a message to the plugin modal window.
Parameters
- windowID
string
The frame ID.
- name
string
The event name.
- data
object
The event data.
Returns
void