@mathjax/src
    Preparing search index...

    Type Alias RenderAction<N, T, D>

    RenderAction:
        | [number]
        | [number, string]
        | [number, string, string]
        | [number, RenderDoc<N, T, D>, RenderMath<N, T, D>]
        | [number, boolean]
        | [number, string, boolean]
        | [number, string, string, boolean]
        | [number, RenderDoc<N, T, D>, RenderMath<N, T, D>, boolean]

    The data used to define a render action in configurations and options objects (the key is used as the id, the number in the data below is the priority, and the remainind data is as described below; if no boolean is given, convert = true by default)

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class