Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-vscode
/
vscode
/
NotebookRange
/
WithChange
With
Change
interface
WithChange
(
source
)
Members
Properties
end
Link copied to clipboard
abstract
var
end
:
Int
?
New end index, defaults to
this.end
.
start
Link copied to clipboard
abstract
var
start
:
Int
?
New start index, defaults to
this.start
.