ListToJSArray<T extends JSAny?> extension

on

Properties

toJS → JSArray<T>
Compiler-specific conversion from list to JS array.
no setter
toJSProxyOrRef → JSArray<T>
Either passes by reference, unwraps, or creates a heavyweight proxy that wraps the list.
no setter