codioIDE
- Description:
- Codio IDE API object
- Source:
Namespaces
Methods
(static) getBoxUrl() → {string}
- Description:
- Returns box url
- Source:
Returns:
- Type
- string
(static) isAuthorAssignment()
- Description:
- Check is author assignment
- Source:
Type Definitions
ErrorStateCallback(isError, erroropt, formatopt)
- Description:
- Error state callback
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
isError |
boolean | error state | |
error |
string |
<optional> |
error |
format |
number |
<optional> |
output format(1 - text, 2 - markdown, 3 - html) |