Source: constants.js

/**
 * Class contains all the id's and class names used in HTML
 */
class Constants{
    static SEQSVGID = "seqsvg";
    static SPECTRUMGRAPHID = "spectrum";
    static MONOMASSGRAPHID = "monoMassGraph";
    static PEAKCOUNTID = "peakCount";
    static MASSERROR = "masserror";
    static MASSSHIFT_CLASSID = "massshift_class";
    static TABLECONTAINERID = "tableContainer";
    static FRAGMENTIONTABLECONTAINER = "selectedIonTableContainer";
    static H_FRAGMENTEDTABLE = "h_fragmentedtable";
    static SVGDOWNLOADID = "svg_download";
    static SPECTRUMDOWNLOADID = "spectrum_download";
    static SEQDOWNLOADPNG = "seq_download_png";
    static SEQDOWNLOADSVG = "seq_download_svg";
    static DIVTABLECONTAINER = "divtableContainer";
    static TABLEHEIGHT = "400px";
    static GRAPHDOWNLOADPNG = "graph_download_png";
    static GRAPHDOWNLOADSVG = "graph_download_svg";
}