WebIDLpedia

CharacterBoundsUpdateEventInit dictionary

Definition

EditContext API defines CharacterBoundsUpdateEventInit



dictionary CharacterBoundsUpdateEventInit : EventInit {
    unsigned long rangeStart = 0;
    unsigned long rangeEnd = 0;
};

Referring IDL interfaces/dictionaries