Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ElementContentEditable

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

§Properties

§
contentEditable: string
[src]
§
enterKeyHint: string
[src]
§
inputMode: string
[src]
§
readonly isContentEditable: boolean
[src]