contentEditable property

String contentEditable

Implementation

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

Implementation

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