kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
js
Platform filter
js
Switch theme
Search in API
kotlin-mpp-playground
web
/
xterm
/
ILink
ILink
js
external
interface
ILink
(
source
)
Members
Properties
decorations
Link copied to clipboard
js
open
var
decorations
:
ILinkDecorations
?
dispose
Link copied to clipboard
js
abstract
val
dispose
:
(
)
->
Unit
?
hover
Link copied to clipboard
js
abstract
val
hover
:
(
event
:
MouseEvent
,
text
:
String
)
->
Unit
?
leave
Link copied to clipboard
js
abstract
val
leave
:
(
event
:
MouseEvent
,
text
:
String
)
->
Unit
?
range
Link copied to clipboard
js
abstract
var
range
:
IBufferRange
text
Link copied to clipboard
js
abstract
var
text
:
String
Functions
activate
Link copied to clipboard
js
abstract
fun
activate
(
event
:
MouseEvent
,
text
:
String
)