T
- the concrete type of object contained in this arraypublic static class JsArray extends Object
JavaScriptObject
values.
This class may not be directly instantiated, and can only be returned from a
native method. For example,
native JsArray getNativeArray() /*-{
return [
{ x: 0, y: 1},
{ x: 2, y: 3},
{ x: 4, y: 5},
];
}-* /;
Copyright © 2018. All rights reserved.