Class ProseFragmentLiteral
Package: grammarkdown
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