@mathjax/src
    Preparing search index...

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

    The OutputWrapperFactory class for creating OutputWrapper nodes

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultKind: string = 'unknown'

    The default kind

    jax: JX = null

    The output jax associated with this factory

    node: { [kind: string]: (...args: any[]) => WW } = {}

    An object containing functions for creating the various node kinds

    nodeMap: Map<string, WC> = ...

    The map of node kinds to node classes

    defaultNodes: {
        [kind: string]: CommonWrapperClass<
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
            any,
        >;
    } = {}

    The default list of wrapper nodes this factory can create (filled in by subclasses)

    Accessors

    Methods