interface ElementContentEditable {
    contentEditable: string;
    enterKeyHint: string;
    inputMode: string;
    isContentEditable: boolean;
}

Hierarchy (view full)

Properties

contentEditable: string
enterKeyHint: string
inputMode: string
isContentEditable: boolean

Generated using TypeDoc