Class HtmlTagTriviaBase

    Package: grammarkdown
    Inheritance
    HtmlTriviaBase<TKind>
    HtmlTagTriviaBase

    Constructors

    constructor(kind, tagName)

    Constructs a new instance of the HtmlTagTriviaBase class

    Declaration
    constructor(kind: TKind, tagName: string);
    Parameters
    kind
    TKind

    tagName
    string

    Properties

    tagName

    Declaration
    readonly tagName: string;
    Property Value
    string

    Generated by DocFX