@mathjax/src
    Preparing search index...

    Type Alias RenderMath<N, T, D>

    RenderMath: (
        math: MathItem<N, T, D>,
        document: MathDocument<N, T, D>,
    ) => boolean

    A function to call while rendering a MathItem (usually calls one of its methods)

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Type declaration