When I subscribe to an event using:
EPCM.subscribeEvent( nameSpace, eventName, eventHandler )
the eventHandler JavaScript method receives an event object. I have been trying to find documentation on what this event object has in it. Can anyone point me to this?