remove

removes an element from the array

void remove(any value);

Deprecated

The PowerArray mixin will be removed in Webix 7.0

Parameters

valueanythe element value
Back to top