Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
:
<Error class: unknown class>
<
TextChange
>