contentEditable property

String get contentEditable

Implementation

String get contentEditable => js_util.getProperty(this, 'contentEditable');
set contentEditable (String newValue)

Implementation

set contentEditable(String newValue) {
  js_util.setProperty(this, 'contentEditable', newValue);
}