frame property

String frame

Sets or retrieves the way the border frame around the table is displayed. @deprecated

MDN Reference

Implementation

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

Implementation

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