@mathjax/src
    Preparing search index...

    Type Alias RenderDoc<N, T, D>

    RenderDoc: (document: MathDocument<N, T, D>) => boolean

    A function to call while rendering a document (usually calls a MathDocument method)

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Type declaration