Functions in Hype xAPI
HypeXAPI
HypeXAPI.getDefault
1 min
the getdefault() function returns the value of a specified default key if no key is specified, all defaults are returned to use the getdefault() function, simply specify the key of the default you wish to retrieve for example, to retrieve the default value for key "foo", you would use the following code hypexapi getdefault("foo"); if no key is specified, all defaults are returned for example, to retrieve all defaults, you would use the following code hypexapi getdefault();