Type Definitions
Array
Javascript Array class. For more information, look up the reference.
Type:
- Source:
Error
JavaScript Error class. For more information, look up the reference.
Type:
Properties:
Name | Type | Description |
---|---|---|
message |
string | Message typically set in the constructor. |
stack |
stack | Detailed stack trace. |
- Source:
GmeConfig
The main configuration object of the WebGME. For detailed information about the individual options, look up the wiki pages.
Type:
Properties:
Name | Type | Description |
---|---|---|
addOn |
object | Add-on related settings. |
authentication |
object | Authentication related settings. |
bin |
object | Bin script related settings. |
blob |
object | Blob related settings. |
client |
object | Client related settings. |
core |
object | Client related settings. |
debug |
boolean | Enables debug mode. |
executor |
object | Executor related settings. |
mongo |
object | Mongo database related settings. |
plugin |
object | Plugin related settings. |
requirejsPaths |
object | Additional paths to for requirejs. |
rest |
object | REST related settings. |
seedProjects |
object | Seed related settings. |
server |
object | Server related settings. |
socketIO |
object | Socket IO related settings. |
storage |
object | Storage related settings. |
visualization |
object | Visualization related settings. |
- Source:
boolean
Javascript Boolean class. For more information, look up the reference
Type:
- Source:
function()
Javascript function class. For more information, look up the reference.
- Source:
integer
Represents an integer from the Number class of Javascript. For more information, look up the reference.
Type:
- Source:
null
Javascript null literal. For more information, look up the reference.
Type:
- Source:
number
Javascript Number class. For more information, look up the reference.
Type:
- Source:
object
Javascript Object class. For more information, look up the reference.
Type:
- Source:
string
Javascript String class. For more information, look up the reference.
Type:
- Source:
undefined
Javascript undefined literal. For more information, look up the reference.
Type:
- Source: