@mathjax/src
    Preparing search index...

    A simple class for keeping track of tag information.

    Index

    Constructors

    • Parameters

      • env: string = ''

        The environment name (e.g., align).

      • taggable: boolean = false

        Environment supports tags (e.g., align* does, but split does not.)

      • defaultTags: boolean = false

        Environment is tagged by default (e.g., align is, but align* is not).

      • tag: string = null

        The tag name (e.g., 1).

      • tagId: string = ''

        The unique id for that tag (e.g., mjx-eqn:1).

      • tagFormat: string = ''

        The formatted tag (e.g., "(1)").

      • noTag: boolean = false

        A no tagging command has been set (e.g., \notag, \nonumber).

      • labelId: string = ''

        The label referring to the tag.

      Returns TagInfo

    Properties

    defaultTags: boolean = false

    Environment is tagged by default (e.g., align is, but align* is not).

    env: string = ''

    The environment name (e.g., align).

    labelId: string = ''

    The label referring to the tag.

    noTag: boolean = false

    A no tagging command has been set (e.g., \notag, \nonumber).

    tag: string = null

    The tag name (e.g., 1).

    tagFormat: string = ''

    The formatted tag (e.g., "(1)").

    taggable: boolean = false

    Environment supports tags (e.g., align* does, but split does not.)

    tagId: string = ''

    The unique id for that tag (e.g., mjx-eqn:1).