ListToJSArray<T extends JSAny?> extension

Conversions from List to JSArray.

on

Properties

toJS JSArray<T>
Converts this List to a JSArray by either casting, unwrapping, or cloning the List.
no setter
toJSProxyOrRef JSArray<T>
Converts this List to a JSArray by either casting, unwrapping, or proxying the List.
no setter