@mathjax/src
    Preparing search index...

    Type Alias RenderActions<N, T, D>

    RenderActions: { [id: string]: RenderAction<N, T, D> }

    An object representing a collection of rendering actions (id's tied to priority-and-method data)

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Type declaration