Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-typescript
/
typescript
/
IncompleteCompletionsCache
Incomplete
Completions
Cache
sealed
external
interface
IncompleteCompletionsCache
(
source
)
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
get
Link copied to clipboard
abstract
fun
get
(
)
:
CompletionInfo
?
set
Link copied to clipboard
abstract
fun
set
(
response
:
CompletionInfo
)