PluginArray

abstract external class PluginArray : ItemArrayLike<Plugin> (source)

Exposes the JavaScript PluginArray to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val length: Int
Since Kotlin 1.1

Functions

Link copied to clipboard

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

Since Kotlin 1.1
Link copied to clipboard
inline operator fun PluginArray.get(index: Int): Plugin?
inline operator fun PluginArray.get(name: String): Plugin?
Since Kotlin 1.1
Link copied to clipboard
open override fun item(index: Int): Plugin?
Since Kotlin 1.1
Link copied to clipboard
fun namedItem(name: String): Plugin?
Since Kotlin 1.1
Link copied to clipboard
fun refresh(reload: Boolean = definedExternally)
Since Kotlin 1.1