The documentation speaks of some arguments to pass to event handlers:

The name of the local JavaScript function to call when source_visualization 
> fires the event_name event. The handling function will be passed any event 
> arguments as parameters
>

The *trigger* method has an explicit parameter precisely for this. It is 
even documented in the interface signatures (which are outdated)

google.visualization.events.trigger = function(eventSource, eventName, 
eventDetails) {};

Do the *events.addOneTimeListener* and *events.addListener* have an 
undocumented parameter that allows the injection of event details?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/457c3a05-1761-439a-acd4-90202a1e04c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to