ListOfBoolToJSArray extension

Conversions from List<bool> directly to JSArray<JSBoolean>.

on
Annotations
  • @Since.new('3.14')

Properties

toJS JSArray<JSBoolean>

Available on List<bool>, provided by the ListOfBoolToJSArray extension

Converts this to a JSArray of JSBooleans.
no setter