target property

Element target

Implementation

Element get target => js_util.getProperty(this, 'target');
void target=(Element newValue)

Implementation

set target(Element newValue) {
  js_util.setProperty(this, 'target', newValue);
}