WebIDLpedia

CharacterBoundsUpdateEvent interface

Definition

EditContext API defines CharacterBoundsUpdateEvent



[Exposed=Window]
interface CharacterBoundsUpdateEvent : Event {
    constructor(DOMString type, optional CharacterBoundsUpdateEventInit options = {});
    readonly attribute unsigned long rangeStart;
    readonly attribute unsigned long rangeEnd;
};

Methods and attributes that return objects implementing CharacterBoundsUpdateEvent