Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-typescript
/
typescript
/
EditorOptions
Editor
Options
sealed
external
interface
EditorOptions
(
source
)
Inheritors
FormatCodeOptions
Members
Properties
Base
Indent
Size
Link copied to clipboard
abstract
var
BaseIndentSize
:
Double
?
Convert
Tabs
To
Spaces
Link copied to clipboard
abstract
var
ConvertTabsToSpaces
:
Boolean
Indent
Size
Link copied to clipboard
abstract
var
IndentSize
:
Double
Indent
Style
Link copied to clipboard
abstract
var
IndentStyle
:
IndentStyle
New
Line
Character
Link copied to clipboard
abstract
var
NewLineCharacter
:
String
Tab
Size
Link copied to clipboard
abstract
var
TabSize
:
Double