CONTENTEDITABLE

Constant CONTENTEDITABLE 

Source
pub const CONTENTEDITABLE: &str = "contenteditable";
Expand description

The contenteditable attribute.

Indicates whether the element’s content is editable: “true”, “false”, or “inherit”.