toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
FileTextChanges
File
Text
Changes
sealed
external
interface
FileTextChanges
(
source
)
Members
Properties
file
Name
Link copied to clipboard
abstract
var
fileName
:
String
is
New
File
Link copied to clipboard
abstract
var
isNewFile
:
Boolean
?
text
Changes
Link copied to clipboard
abstract
var
textChanges
:
ReadonlyArray
<
TextChange
>