parse5
    Preparing search index...

    Interface EndTag

    interface EndTag {
        sourceCodeLocation?: null | Location;
        tagName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sourceCodeLocation?: null | Location

    Source code location info. Available if location info is enabled via SAXParserOptions.

    tagName: string

    Tag name