WebIDLpedia

TextFormatInit dictionary

Definition

EditContext API defines TextFormatInit



dictionary TextFormatInit {
    unsigned long rangeStart = 0;
    unsigned long rangeEnd = 0;
    UnderlineStyle underlineStyle = "none";
    UnderlineThickness underlineThickness = "none";
};

Referring IDL interfaces/dictionaries