Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-typescript
/
typescript
/
CombinedCodeActions
Combined
Code
Actions
sealed
external
interface
CombinedCodeActions
(
source
)
Members
Properties
changes
Link copied to clipboard
abstract
var
changes
:
ReadonlyArray
<
FileTextChanges
>
commands
Link copied to clipboard
abstract
var
commands
:
ReadonlyArray
<
CodeActionCommand
>
?