@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
    childNodes: W[]
    factory: WrapperFactory<N, C, W, WrapperClass<N, C, W>>

    The WrapperFactory to use to wrap child nodes, as needed

    node: N
    • Note that the state parameter is an internal state object, and is not intended for user input, so it is not listed in the interface above, and is not included in the jsDoc for that reason.

      Parameters

      • func: (node: W, data?: any) => boolean | void
      • Optionaldata: any
      • $state: TreeWalkerState = ...

      Returns any