JSArrayHelpers extension

Extension for JSArray to provide WASM-compatible access methods

on

Methods

getItem(int index) JSAny?

Available on JSArray<JSAny?>, provided by the JSArrayHelpers extension

Get an item from the JSArray at a specific index
getLength() int

Available on JSArray<JSAny?>, provided by the JSArrayHelpers extension

Get the length of the JSArray using property access