@mathjax/src
    Preparing search index...

    Class AbstractHandler<N, T, D>Abstract

    The Handler interface

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    adaptor: DOMAdaptor<N, T, D>

    The DOM Adaptor to use for managing HTML elements

    documentClass: MathDocumentConstructor<AbstractMathDocument<N, T, D>> = DefaultMathDocument

    The class implementing the MathDocument for this handler (so it can be subclassed by extensions as needed)

    priority: number

    The priority for this handler

    NAME: string = 'generic'

    The name of this class

    Accessors

    Methods