Class HtmlTagTriviaBase
Package: grammarkdown
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