springroll.pbskids.EventCatalog Class
A map of all the event codes to the API method names
add
Parameters:
-
map
Object
The map of event codes to API names
destroy
()
Destroy this catalog, don't use after this
loopkup
String
Look up an event code by API name
Parameters:
-
api
String
The name of the API method
Returns:
String:
The matching event code
args
Object
static
The built-in argument overrides, provides consistent arguments
order for common API calls.
defaultEvents
Object
private
static
The map of event codes to method names
events
Object
The collection of all codes map to events
globals
Array
static
The list of global argument names common to all events. This will
ignore any event spec arguments matching these names because
they are automatically submitted with event calls.