sendToPlugin
function sendToPlugin(name: string, data: object): boolean
Description
Sends a message from the modal window to the plugin.
Parameters
- name
string
The event name.
- data
object
The event data.
Returns
boolean
function sendToPlugin(name: string, data: object): boolean
Sends a message from the modal window to the plugin.
string
The event name.
object
The event data.
boolean