Interface: Code
An object that contains the language, content and compiled code for each of the 3 code editors and the result page HTML.
See docs for details.
Properties
markup
• markup: Object
Type declaration
Name | Type |
---|---|
compiled | string |
content | string |
language | Language |
Defined in
result
• result: string
Defined in
script
• script: Object
Type declaration
Name | Type |
---|---|
compiled | string |
content | string |
language | Language |
Defined in
style
• style: Object
Type declaration
Name | Type |
---|---|
compiled | string |
content | string |
language | Language |