PluginArray
Constructors
<init>
Exposes the JavaScript PluginArray to Kotlin
PluginArray()
Functions
refresh
fun refresh(reload: Boolean = definedExternally)
Extension Functions
asList
Returns the view of this ItemArrayLike<T>
collection as List<T>
fun <T> ItemArrayLike<T>.asList(): List<T>
get
operator fun PluginArray.get(index: Int): Plugin?
operator fun PluginArray.get(name: String): Plugin?