Show / Hide Table of Contents

    Class ProseFragmentLiteral

    Package: grammarkdown
    Inheritance
    Node<SyntaxKind>
    ProseFragmentLiteral

    Constructors

    constructor(kind, text)

    Constructs a new instance of the ProseFragmentLiteral class

    Declaration
    constructor(kind: SyntaxKind, text: string | undefined);
    Parameters
    kind
    SyntaxKind

    text
    string | undefined

    Properties

    text

    Declaration
    readonly text: string | undefined;
    Property Value
    string | undefined

    Back to top Generated by DocFX