Skip to content

IComputedEditorOptions

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IComputedEditorOptions.html

所有计算编辑器选项。

ts
interface IComputedEditorOptions {
    get<T>(id): FindComputedEditorOptionValueById<T>;
}

get