kotlin-mpp-playground
Toggle table of contents
0.1.0.0+c508966
js
Platform filter
js
Switch theme
Search in API
kotlin-mpp-playground
web
/
xterm
/
IDecoration
IDecoration
js
external
interface
IDecoration
:
IDisposableWithEvent
(
source
)
Members
Properties
element
Link copied to clipboard
js
abstract
var
element
:
HTMLElement
?
is
Disposed
Link copied to clipboard
js
abstract
val
isDisposed
:
Boolean
marker
Link copied to clipboard
js
abstract
val
marker
:
IMarker
on
Dispose
Link copied to clipboard
js
abstract
var
onDispose
:
IEvent__1
<
Unit
>
on
Render
Link copied to clipboard
js
abstract
val
onRender
:
IEvent__1
<
HTMLElement
>
options
Link copied to clipboard
js
abstract
var
options
:
Pick
<
IDecorationOptions
,
String
>
Functions
dispose
Link copied to clipboard
js
abstract
fun
dispose
(
)