toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
InlayHint
Inlay
Hint
sealed
external
interface
InlayHint
(
source
)
Members
Properties
display
Parts
Link copied to clipboard
abstract
var
displayParts
:
ReadonlyArray
<
InlayHintDisplayPart
>
?
kind
Link copied to clipboard
abstract
var
kind
:
InlayHintKind
position
Link copied to clipboard
abstract
var
position
:
Double
text
Link copied to clipboard
abstract
var
text
:
String
This property will be the empty string when displayParts is set.
whitespace
After
Link copied to clipboard
abstract
var
whitespaceAfter
:
Boolean
?
whitespace
Before
Link copied to clipboard
abstract
var
whitespaceBefore
:
Boolean
?