@mathjax/src
    Preparing search index...

    Class to bundle and handle all explorers on a Math item. This in particular means that all explorer share the same highlighter, meaning that there is no uncontrolled interaction between highlighting of different explorers.

    Index

    Properties

    attached: string[] = []

    The currently attached explorers

    The target document.

    explorers: { [key: string]: Explorer } = {}

    The explorer dictionary.

    mml: string

    The corresponding Mathml node as a string.

    node: HTMLElement

    The node explorers will be attached to.

    secondaryHighlighter: Highlighter

    A highlighter that is used to mark nodes during auto voicing.

    Accessors

    Methods

    • Attaches the explorers that are currently meant to be active given the document options. Detaches all others.

      Returns void

    • Highlights a set of DOM nodes.

      Parameters

      • nodes: HTMLElement[]

        The array of HTML nodes to be highlighted.

      Returns void