@mathjax/src
    Preparing search index...

    The StackItemFactory is initially populated with the default stack item classes. They can be changed, deleted or added to, if and when necessary.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    configuration: default = null

    The parser configuration.

    defaultKind: string = 'dummy'
    node: { [kind: string]: (...args: any[]) => StackItem } = {}

    An object containing functions for creating the various node kinds

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

    The map of node kinds to node classes

    defaultNodes: {} = {}

    The default collection of objects to use for the node map

    DefaultStackItems: { [kind: string]: StackItemClass } = ...

    Methods