Plugin

abstract external class Plugin : ItemArrayLike<MimeType>

Exposes the JavaScript Plugin to Kotlin

Constructors

Link copied to clipboard
fun Plugin()

Functions

Link copied to clipboard
open override fun item(index: Int): MimeType?
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open val filename: String
Link copied to clipboard
abstract val length: Int
Link copied to clipboard
open val name: String

Extensions

Link copied to clipboard

Returns the view of this ItemArrayLike<T> collection as List<T>

Link copied to clipboard
inline operator fun Plugin.get(index: Int): MimeType?
inline operator fun Plugin.get(name: String): MimeType?