@mathjax/src
    Preparing search index...

    Interface SvgVariantData

    The extra data needed for a Variant in SVG output

    interface SvgVariantData {
        chars: CharMap<SvgCharOptions>;
        linked: CharMap<SvgCharOptions>[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The character data for this variant

    A list of CharMaps that must be updated when characters are added to this variant