buttons property

int buttons

Implementation

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

Implementation

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