@mathjax/src
    Preparing search index...

    Class Linebreaks<N, T, D, JX, WW, WF, WC, CC, VV, DD, FD, FC>

    A do-nothing linebreaker for use when automatic linebreaks are not requested

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    nodeHandlers: Map<string, VisitorFunction<WW>> = ...

    Holds the mapping from node kinds to visitor funcitons

    Methods

    • Visitor functions are named "visitKindNode" where "Kind" is replaced by the node kind; e.g., visitTextNode for kind = text.

      Parameters

      • kind: string

        The node kind whose method name is needed

      Returns string

      The name of the visitor method for the given node kind