frameHeight property

int frameHeight

Implementation

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

Implementation

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