toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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
)