kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
Plugin
Plugin
JS
abstract
external
class
Plugin
:
ItemArrayLike
<
MimeType
>
Content copied to clipboard
Exposes the JavaScript
Plugin
to Kotlin
Constructors
Functions
Properties
Extensions
Constructors
Plugin
Link copied to clipboard
JS
fun
Plugin
(
)
Content copied to clipboard
Functions
item
Link copied to clipboard
JS
open
override
fun
item
(
index
:
Int
)
:
MimeType
?
Content copied to clipboard
named
Item
Link copied to clipboard
JS
fun
namedItem
(
name
:
String
)
:
MimeType
?
Content copied to clipboard
Properties
description
Link copied to clipboard
JS
open
val
description
:
String
Content copied to clipboard
filename
Link copied to clipboard
JS
open
val
filename
:
String
Content copied to clipboard
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Content copied to clipboard
name
Link copied to clipboard
JS
open
val
name
:
String
Content copied to clipboard
Extensions
get
Link copied to clipboard
JS
inline operator
fun
Plugin
.
get
(
index
:
Int
)
:
MimeType
?
Content copied to clipboard
inline operator
fun
Plugin
.
get
(
name
:
String
)
:
MimeType
?
Content copied to clipboard