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
/
ILinkHandler
ILink
Handler
js
external
interface
ILinkHandler
(
source
)
Members
Properties
allow
Non
Http
Protocols
Link copied to clipboard
js
open
var
allowNonHttpProtocols
:
Boolean
?
hover
Link copied to clipboard
js
abstract
val
hover
:
(
event
:
MouseEvent
,
text
:
String
,
range
:
IBufferRange
)
->
Unit
?
leave
Link copied to clipboard
js
abstract
val
leave
:
(
event
:
MouseEvent
,
text
:
String
,
range
:
IBufferRange
)
->
Unit
?
Functions
activate
Link copied to clipboard
js
abstract
fun
activate
(
event
:
MouseEvent
,
text
:
String
,
range
:
IBufferRange
)