Show / Hide Table of Contents

    Class MetaElementBase

    Package: grammarkdown
    Inheritance
    SourceElementBase<TKind>
    MetaElementBase

    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
    Token<SyntaxKind.AtToken>

    firstChild

    Declaration
    get firstChild(): Node | undefined;
    Property Value
    Node | undefined

    Back to top Generated by DocFX