@mathjax/src
    Preparing search index...

    Class AbstractMathItem<N, T, D>Abstract

    Implements the MathItem class

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • D

      The Document class

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _state: number = STATE.UNPROCESSED

    The current state of the item (how far in the render actions it has been processed)

    display: boolean

    True when this math is in display mode

    end: Location<N, T>

    Reference to the end of the math in the document

    inputData: OptionList = {}

    Data private to the input jax

    inputJax: InputJax<N, T, D>

    The input jax associated with this item

    math: string

    The source text for the math (e.g., TeX string)

    metrics: Metrics = ...

    The metric information about the surrounding environment

    outputData: OptionList = {}

    Data private to the output jax

    root: MmlNode = null

    The compiled internal MathML (result of InputJax)

    start: Location<N, T>

    Reference to the beginning of the math in the document

    typesetRoot: N = null

    The typeset result (result of OutputJax)

    Accessors

    Methods

    • Parameters

      • em: number
      • ex: number
      • cwidth: number
      • scale: number

      Returns void

    • Parameters

      • state: number = null
      • restore: boolean = false

      Returns number