@mathjax/src
    Preparing search index...

    Class AbstractOutputJax<N, T, D>Abstract

    The OutputJax abstract class

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    adaptor: DOMAdaptor<N, T, D> = null

    The MathDocument's DOMAdaptor

    options: OptionList

    The actual options supplied to the output jax

    postFilters: FunctionList

    Filters to run after the output is processed

    NAME: string = 'generic'

    The name for the output jax

    OPTIONS: OptionList = {}

    The default options for the output jax

    Accessors

    Methods

    • Execute a set of filters, passing them the MathItem and any needed data, and return the (possibly modified) data

      Parameters

      • filters: FunctionList

        The list of functions to be performed

      • math: MathItem<N, T, D>

        The math item that is being processed

      • document: MathDocument<N, T, D>

        The math document contaiing the math item

      • data: any

        Whatever other data is needed

      Returns any

      The (possibly modified) data