springroll.pbskids.EventCatalog Class

A map of all the event codes to the API method names

Methods

Properties

add

(
  • map
)

Defined in add:96

Add additional apis

Parameters:

  • map Object

    The map of event codes to API names

destroy

()

Defined in destroy:174

Destroy this catalog, don't use after this

loopkup

(
  • api
)
String

Defined in loopkup:78

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

Defined in args:139

The built-in argument overrides, provides consistent arguments order for common API calls.

defaultEvents

Object private static

Defined in defaultEvents:28

The map of event codes to method names

events

Object

Defined in events:17

The collection of all codes map to events

globals

Array static

Defined in globals:65

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.