跳到主要内容

code-editor

<form.code-editor>

Properties

NameDescriptionTypeDefault
namestring
labelstring
value""
placeholderstring
themestring"monokai"
modestring"text"
requiredbooleanfalse
readOnlybooleanfalse
showLineNumberstrue
maxLinesnumber | "Infinity"
minLines3
tabSize2
printMarginboolean
highlightActiveLinetrue
showExportButtonbooleanfalse
showCopyButtontrue
showExpandButtonboolean
exportFileNamestring"download.txt"
jsonSchemaRecord<string, any>
validateJsonSchemaMode"warning" | "error""warning"
schemaRefstring
enableLiveAutocompletionbooleanfalse
customCompletersstring[] | { caption?: string; value: string; meta?: string; score?: number; }[]
loadYamlInJsonModetrue
highlightTokensHighlightTokenSettings[]

Events

NameDescriptionEvent Detail
code.changestring
editor.blurstring
error.changeError - `{err:Record<string,any>[],hasError:boolean}`
highlightToken.click{ type: string; value: string; }