@mathjax/src
    Preparing search index...

    Interface ChtmlVariantData

    The extra data needed for a Variant in CHTML output

    interface ChtmlVariantData {
        chars: CharMap<ChtmlCharOptions>;
        linked: CharMap<ChtmlCharOptions>[];
    }

    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