@mathjax/src
    Preparing search index...

    Maps tokens that are delimiters, that are all parsed with the same method.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • name: string

        Name of the mapping.

      • parser: ParseMethod

        The parser for the mapping.

      • json: { [index: string]: string | [string, Attributes] }

        The JSON representation of the character mapping.

      Returns DelimiterMap

    Accessors

    • get parser(): ParseMethod

      Returns ParseMethod

      The default parsing method.

    • set parser(parser: ParseMethod): void

      Parameters

      • parser: ParseMethod

      Returns void

      The default parsing method.

    Methods