buttons property

int get buttons

Implementation

int get buttons => js_util.getProperty(this, 'buttons');
set buttons (int newValue)

Implementation

set buttons(int newValue) {
  js_util.setProperty(this, 'buttons', newValue);
}