@mathjax/src
    Preparing search index...

    Class SvgWrapperFactory<N, T, D>


    Type Parameters

    • N
    • T
    • D

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    defaultKind: string = 'unknown'

    The default kind

    jax: SVG = null

    The output jax associated with this factory

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

    An object containing functions for creating the various node kinds

    nodeMap: Map<string, SvgWrapperClass<N, T, D>> = ...

    The map of node kinds to node classes

    defaultNodes: { [kind: string]: SvgWrapperClass<any, any, any> } = SvgWrappers

    The default list of wrapper nodes this factory can create

    Accessors

    Methods