Show / Hide Table of Contents

    Class StringLiteral

    Package: grammarkdown

    Represents a single- or double-quoted string literal (used by @import and @line)

    @import "file"
    
    Inheritance
    Node<SyntaxKind.StringLiteral>
    StringLiteral

    Constructors

    constructor(text)

    Constructs a new instance of the StringLiteral class

    Declaration
    constructor(text: string | undefined);
    Parameters
    text
    string | undefined

    Properties

    text

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

    Back to top Generated by DocFX