toArray

webix.toArray(array)

webix.toArray helper.

Please look into the linked official documentation.

References

helpers
extend().
mixins
PowerArray().

External references

Official documentation page.

Code

1
2
3
4
webix.toArray = function(array){
    return webix.extend((array||[]),webix.PowerArray, true);
};
//resolve function name