Sends a message to all attached editors.
In most cases, you won't have to manually specify template parameters, they should be inferred.
The key of the event.
The data along side it.
The callback to call when a response is received.
// DataType inferred as string, ResponseType inferred as string. editor.send( "my_key", "my_value", ( string response ) { // Handle response } );
See Implementation
Sends a message to all attached editors.
In most cases, you won't have to manually specify template parameters, they should be inferred.