@mathjax/src
    Preparing search index...

    Class AbstractWrapper<N, C, W>

    The abstract Wrapper class

    Type Parameters

    • N extends Node<N, C>

      The Node type being created by the factory

    • C extends NodeClass<N, C>

      The NodeClass for the nodes being created

    • W extends Wrapper<N, C, W>

      The Wrapper type being produced

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    childNodes: W[]
    factory: WrapperFactory<N, C, W, WrapperClass<N, C, W>>

    The WrapperFactory to use to wrap child nodes, as needed

    node: N

    Accessors

    Methods