Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
TextEdit
/
TextEdit
Text
Edit
constructor
(
range
:
Range
,
newText
:
String
)
(
source
)
Create a new TextEdit.
Parameters
range
A range.
new
Text
A string.
Online Documentation