Class MetaElementBase
Package: grammarkdown
Constructors
constructor(kind, atToken)
Constructs a new instance of the MetaElementBase
class
Declaration
constructor(kind: TKind, atToken: Token<SyntaxKind.AtToken>);
Parameters
- kind
- TKind
- atToken
- Token<SyntaxKind.AtToken>
Properties
atToken
Declaration
readonly atToken: Token<SyntaxKind.AtToken>;
Property Value
firstChild
Declaration
get firstChild(): Node | undefined;
Property Value
Node | undefined