Skip to content

@vtj


@vtj / designer / Editor

Variable: Editor

const Editor: DefineComponent<Props, { getEditor: () => editor.IStandaloneCodeEditor | null; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { blur: (...args) => void; change: (...args) => void; update:modelValue: (...args) => void; }, string, PublicProps, Readonly<Props> & Readonly<{ onBlur: (...args) => any; onChange: (...args) => any; onUpdate:modelValue: (...args) => any; }>, { dark: boolean; height: string; lang: string; minimap: boolean; modelValue: string; options: editor.IEditorConstructionOptions; readonly: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>

Defined in: packages/designer/types/components/editor/index.d.ts:3

Released under the MIT License.