Skip to content

TextModelResolvedOptions

原文链接

https://microsoft.github.io/monaco-editor/docs.html#classes/editor.TextModelResolvedOptions.html

快捷链接

Cconstructor
P_textModelResolvedOptionsBrand
PbracketPairColorizationOptions
PdefaultEOL
PindentSize
PinsertSpaces
PtabSize
PtrimAutoWhitespace
AoriginalIndentSize

constructor

  • 语法:new TextModelResolvedOptions(): TextModelResolvedOptions

_textModelResolvedOptionsBrand

  • 类型:void

bracketPairColorizationOptions

defaultEOL

indentSize

  • 类型:number

insertSpaces

  • 类型:boolean

tabSize

  • 类型:number

trimAutoWhitespace

  • 类型:boolean

originalIndentSize

  • 语法:get originalIndentSize(): number | "tabSize"