PluginArray

abstract external class PluginArray : ItemArrayLike<Plugin>

Exposes the JavaScript PluginArray to Kotlin

Constructors

Link copied to clipboard

Functions

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 = definedExternally)

Properties

Link copied to clipboard
abstract val length: Int

Extensions

Link copied to clipboard

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

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