WebIDLpedia

TextUpdateEvent interface

Definition

EditContext API defines TextUpdateEvent



[Exposed=Window]
interface TextUpdateEvent : Event {
    constructor(DOMString type, optional TextUpdateEventInit options = {});
    readonly attribute unsigned long updateRangeStart;
    readonly attribute unsigned long updateRangeEnd;
    readonly attribute DOMString text;
    readonly attribute unsigned long selectionStart;
    readonly attribute unsigned long selectionEnd;
};

Methods and attributes that return objects implementing TextUpdateEvent