Namespace: vocabulary

vocabulary

Members

<static> events :String[]

List of bound event types
Type:
  • String[]
Source:

<static> version :String

version of the running vocabulary
Type:
  • String
Source:

Methods

<static> addEvent(evt)

adds additional events for observation
Parameters:
Name Type Description
evt Array.<String> | String Array of event names or space separated list of events
Source:

<static> dict(name) → {Dictionary|Object}

access a dictionary
Parameters:
Name Type Argument Description
name String <optional>
Source:
Returns:
the dictionary to lookup or a key-value map of all dictionaries if name is null
Type
Dictionary | Object