Class StringLiteral
Package: grammarkdown
Represents a single- or double-quoted string literal (used by @import
and @line
)
@import "file"
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