Iterable<int> get axes => js_util.getProperty(this, 'axes');
set axes(Iterable<int> newValue) { js_util.setProperty(this, 'axes', newValue); }