PluginArray

abstract external class PluginArray : ItemArrayLike<Plugin>

Exposes the JavaScript PluginArray to Kotlin

Constructors

PluginArray
Link copied to clipboard
fun PluginArray()

Functions

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

Properties

length
Link copied to clipboard
abstract val length: Int

Extensions

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