codeBase property

String codeBase

Sets or retrieves the URL of the component. @deprecated

MDN Reference

Implementation

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

Implementation

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