target property

String target

Sets or retrieves the window or frame at which to target content. @deprecated

Implementation

_i2.String get target => _i4.getProperty(
      this,
      'target',
    );
void target=(String value)

Implementation

set target(_i2.String value) {
  _i4.setProperty(
    this,
    'target',
    value,
  );
}