Class HtmlCloseTagTrivia

    Package: grammarkdown

    Represents an HTML close-tag trivia token:

    Production ::
      <ins>Inserted</ins>
      <del>Deleted</del>
    
    Inheritance
    HtmlTagTriviaBase<SyntaxKind.HtmlCloseTagTrivia>
    HtmlCloseTagTrivia

    Constructors

    constructor(tagName)

    Constructs a new instance of the HtmlCloseTagTrivia class

    Declaration
    constructor(tagName: string);
    Parameters
    tagName
    string

    Generated by DocFX