@mathjax/src
    Preparing search index...

    Interface FindMath<N, T, _D>

    The FindMath interface

    interface FindMath<N, T, _D> {
        findMath(node: N): ProtoItem<N, T>[];
        findMath(strings: string[]): ProtoItem<N, T>[];
    }

    Type Parameters

    • N

      The HTMLElement node class

    • T

      The Text node class

    • _D

      The Document class

    Implemented by

    Index

    Methods

    Methods