Wijmo UI for the Web
canAdd Method
wijmo.data Namespace > ArrayDataViewBase type : canAdd Method
Returns a value that indicates whether the add(item) method is implemented.
Syntax
var instance = new wijmo.data.ArrayDataViewBase();
var value; // Type: bool
value = instance.canAdd();
function canAdd() : bool;
See Also

Reference

ArrayDataViewBase type