isContentEditable property
bool
get
isContentEditable
The HTMLElement.isContentEditable read-only property
returns a boolean value that is true if the contents of the element
are editable; otherwise it returns false.
Implementation
external bool get isContentEditable;