Description Usage Arguments Value See Also
An expression defined in programming language source code.
1 | CodeExpression(text, errors, format, id, meta, output, programmingLanguage)
|
text |
The text of the code. Required. |
errors |
Errors when compiling or executing the chunk. |
format |
Media type, typically expressed using a MIME format, of the code. |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
output |
The value of the expression when it was last evaluated. |
programmingLanguage |
The programming language of the code. |
A list
of class CodeExpression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.