Skip to main content

Interface: AppConfig

_internal.AppConfig

Hierarchy

Properties

allowLangChange

allowLangChange: boolean

Defined in

models.ts:95


mode

mode: "focus" | "full" | "result" | "editor" | "simple" | "codeblock"

Defined in

models.ts:96


readonly

readonly: boolean

Defined in

models.ts:94


tools

tools: Partial<{ active: "" | "console" | "compiled" | "tests" ; enabled: "all" | ("console" | "compiled" | "tests")[] ; status: ToolsPaneStatus }>

Defined in

models.ts:97


zoom

zoom: 0.25 | 0.5 | 1

Defined in

models.ts:102