PluginArray

Exposes the JavaScript PluginArray to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
Link copied to clipboard
open override fun item(index: Int): Plugin?
Link copied to clipboard
fun namedItem(name: String): Plugin?
Link copied to clipboard
fun refresh(reload: Boolean)