Class LinkReference
Package: grammarkdown
Constructors
constructor(text)
Constructs a new instance of the LinkReference
class
Declaration
constructor(text: string | undefined);
Parameters
- text
- string | undefined
Properties
text
Declaration
readonly text: string | undefined;
Property Value
string | undefined
Methods
children()
Declaration
children(): IterableIterator<Node>;
Returns
IterableIterator<Node>
forEachChild(_cbNode)
Declaration
forEachChild<T>(_cbNode: (node: Node) => T | undefined): T | undefined;
Type Parameters
- T
Parameters
- _cbNode
- (node: Node) => T | undefined
Returns
T | undefined