Show / Hide Table of Contents

    Class HtmlOpenTagTrivia

    Package: grammarkdown

    Represents an HTML open-tag trivia token:

    Production ::
      <ins>Inserted</ins>
      <del>Deleted</del>
    
    Inheritance
    HtmlTriviaBase<SyntaxKind.HtmlOpenTagTrivia>
    HtmlOpenTagTrivia

    Constructors

    constructor(tagName)

    Constructs a new instance of the HtmlOpenTagTrivia class

    Declaration
    constructor(tagName: string);
    Parameters
    tagName
    string

    Back to top Generated by DocFX