@mathjax/src
    Preparing search index...

    Class AbstractNodeFactory<N, C>Abstract

    The generic NodeFactory class

    Type Parameters

    • N extends Node<N, C>

      The node type created by the factory

    • C extends FactoryNodeClass<N>

      The class of the node being constructed (for access to static properties)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultKind: string = 'unknown'

    The default kind

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

    An object containing functions for creating the various node kinds

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

    The map of node kinds to node classes

    defaultNodes: {} = {}

    The default collection of objects to use for the node map

    Methods