Background
EventScripts offer far greater flexibility and possibilities than graphical event bindings.
Up tu now, our projects where built out of one event binding for each logical software module. This software module consisted of a wide variety of content, all of which was then controlled and referenced within a single event binding file.
Problem
In the EventScript, you must now specify a Content ID using an annotation to which the file refers.
This Content ID is then also created as a separate JavaScript file on the mappView server.

As only one piece of content can be specified per file, a separate EventScript must now be created for each piece of content in the software module, and these must then be specified accordingly in the vis file.
This results in a much larger number of files and a much more confusing vis file.
In our view, this is a major disadvantage compared to graphical event bindings.
Question
Does anyone know if there is a way to handle multiple pieces of content within the same EventScript file, or if there are plans to make this more flexible so that we don’t have to create so many files and reference them in the vis file?