MolView API
    Preparing search index...

    Interface Style

    interface Style {
        schema_version: 1;
        show_carbon_atom_label: "true" | "terminal_atom" | "isolated_atom";
        show_implicit_hcount: "true" | "false";
        formal_charge_style: "circled" | "plain";
        lone_pair_style: "line" | "dots";
        atom_color: string;
        electron_color: string;
        bond_color: string;
        arrow_color: string;
        mark_colors: { [name: string]: string | undefined };
        font_family: string;
        font_size: string;
        font_weight: `${number}`;
        label_y_offset: string;
        subscript_y_offset: string;
        subscript_font_size: string;
        subscript_font_weight: `${number}` | "proportional";
        charge_font_size: string;
        charge_font_weight: `${number}` | "proportional";
        bond_length: string;
        bond_spacing: string;
        bond_spacing_triple: string;
        bond_line_width: string;
        bond_wedge_width: string;
        bond_hash_spacing: string;
        bond_hash_line_width: string;
        arrow_line_width: string;
        bond_margin: string;
        bond_radial_margin: string;
        electron_margin: string;
        charge_margin: string;
        arrow_margin: string;
    }
    Index
    schema_version: 1
    show_carbon_atom_label: "true" | "terminal_atom" | "isolated_atom"
    show_implicit_hcount: "true" | "false"
    formal_charge_style: "circled" | "plain"
    lone_pair_style: "line" | "dots"
    atom_color: string
    electron_color: string
    bond_color: string
    arrow_color: string
    mark_colors: { [name: string]: string | undefined }
    font_family: string
    font_size: string
    font_weight: `${number}`
    label_y_offset: string
    subscript_y_offset: string
    subscript_font_size: string
    subscript_font_weight: `${number}` | "proportional"
    charge_font_size: string
    charge_font_weight: `${number}` | "proportional"
    bond_length: string
    bond_spacing: string
    bond_spacing_triple: string
    bond_line_width: string
    bond_wedge_width: string
    bond_hash_spacing: string
    bond_hash_line_width: string
    arrow_line_width: string
    bond_margin: string
    bond_radial_margin: string
    electron_margin: string
    charge_margin: string
    arrow_margin: string