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
Markup editor code.
compiled
compiled:
string
The compiled code.
content
content:
string
The source code.
language
language:
Language
The language of the code.
Defined in
result
result:
string
The HTML content of the result page.
Defined in
script
script:
object
Script editor code.
compiled
compiled:
string
The compiled code.
content
content:
string
The source code.
language
language:
Language
The language of the code.
Defined in
style
style:
object
Style editor code.
compiled
compiled:
string
The compiled code.
content
content:
string
The source code.
language
language:
Language
The language of the code.