82 lines
1.0 KiB
Markdown
82 lines
1.0 KiB
Markdown
# Interface: Code
|
|
|
|
An object that contains the language, content and compiled code for each of the 3 [code editors](https://livecodes.io/docs/features/projects)
|
|
and the [result page](https://livecodes.io/docs/features/result) HTML.
|
|
|
|
See [docs](https://livecodes.io/docs/api/interfaces/Code) for details.
|
|
|
|
## Properties
|
|
|
|
### markup
|
|
|
|
> **markup**: `object`
|
|
|
|
#### compiled
|
|
|
|
> **compiled**: `string`
|
|
|
|
#### content
|
|
|
|
> **content**: `string`
|
|
|
|
#### language
|
|
|
|
> **language**: [`Language`](../type-aliases/Language.md)
|
|
|
|
#### Defined in
|
|
|
|
models.ts:1908
|
|
|
|
***
|
|
|
|
### result
|
|
|
|
> **result**: `string`
|
|
|
|
#### Defined in
|
|
|
|
models.ts:1923
|
|
|
|
***
|
|
|
|
### script
|
|
|
|
> **script**: `object`
|
|
|
|
#### compiled
|
|
|
|
> **compiled**: `string`
|
|
|
|
#### content
|
|
|
|
> **content**: `string`
|
|
|
|
#### language
|
|
|
|
> **language**: [`Language`](../type-aliases/Language.md)
|
|
|
|
#### Defined in
|
|
|
|
models.ts:1918
|
|
|
|
***
|
|
|
|
### style
|
|
|
|
> **style**: `object`
|
|
|
|
#### compiled
|
|
|
|
> **compiled**: `string`
|
|
|
|
#### content
|
|
|
|
> **content**: `string`
|
|
|
|
#### language
|
|
|
|
> **language**: [`Language`](../type-aliases/Language.md)
|
|
|
|
#### Defined in
|
|
|
|
models.ts:1913 |