The default (partial) configuration for the app.

Hierarchy

Properties

debug?: boolean

Whether to enable debug mode.

disableSubmit?: boolean

Whether to disable the "submit" button.

enableSolution?: boolean

Whether the user has the option to populate the editor with the solution.

helpLink?: string

Markdown for rendering a help link in the cell's bottom right corner.

hideExerciseId?: boolean

Hide exercise ID from bottom left corner.

highContrast?: boolean | "auto"

Whether to enable, disable, or detect high contrast mode.

A base session configuration.

storagePrefix?: string

The prefix to use when loading/storing the last code run to LocalStorage.

theme?: IThemeName | "auto"

The name of the theme to load for the editor.

Generated using TypeDoc