toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
SourceFileLike
Source
File
Like
sealed
external
interface
SourceFileLike
(
source
)
Subset of properties from SourceFile that are used in multiple utility functions
Members
Properties
text
Link copied to clipboard
abstract
val
text
:
String
Functions
get
Line
And
Character
Of
Position
Link copied to clipboard
abstract
fun
getLineAndCharacterOfPosition
(
pos
:
Double
)
:
LineAndCharacter