@mathjax/src
    Preparing search index...

    Class AbstractMouseExplorer<T>Abstract

    Type Parameters

    • T

      The type that is consumed by the Region of this explorer.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    document: A11yDocument

    The current document.

    events: [string, (x: Event) => void][] = ...
    node: HTMLElement

    The node on which the explorer works.

    The explorer pool.

    region: Region<T>

    A region to display results.

    stoppable: boolean = true

    Accessors

    • get highlighter(): Highlighter

      Returns Highlighter

      The Sre highlighter associated with the walker.

    Methods

    • Creator pattern for explorers.

      Type Parameters

      • T

      Parameters

      • document: A11yDocument

        The current document.

      • pool: ExplorerPool

        The explorer pool.

      • region: Region<T>

        A region to display results.

      • node: HTMLElement

        The node on which the explorer works.

      • ...rest: any[]

        Remaining information.

      Returns Explorer

      An object of the particular explorer class.