@mathjax/src
    Preparing search index...

    Class LazyList<N, T, D>

    The data to map expression marker IDs back to their MathItem.

    Type Parameters

    • N
    • T
    • D
    Index

    Properties

    Methods

    Properties

    id: number = 0

    The next ID to use

    items: Map<string, LazyMathItem<N, T, D>> = ...

    The map from IDs to MathItems

    Methods

    • Remove an item from the map

      Parameters

      • id: string

        The ID of the MathItem to remove

      Returns boolean

      True if MathItem was deleted