@mathjax/src
    Preparing search index...

    Interface FactoryNodeClass<N>

    interface FactoryNodeClass<N extends FactoryNode> {
        new FactoryNodeClass(
            factory: Factory<N, FactoryNodeClass<N>>,
            ...args: any[],
        ): N;
    }

    Type Parameters

    • N extends FactoryNode

      The Node type being created by the factory

    Index

    Constructors

    Constructors