Plugin

abstract class Plugin : ItemArrayLike<MimeType> , JsAny

Exposes the JavaScript Plugin to Kotlin

Constructors

Link copied to clipboard
constructor()

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

Functions

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