Optional Readonly$nodeThe node description for the AstNode returned by ref
Optional Readonly$refThe CST node from which the reference was parsed
Readonly$refThe actual text used to look up in the surrounding scope
Optional ReadonlyerrorIf any problem occurred while resolving the reference, it is described by this property.
ReadonlyrefThe target AST node of this reference. Accessing this property may trigger cross-reference
resolution by the Linker in case it has not been done yet. If the reference cannot be resolved,
the value is undefined.
A cross-reference in the AST. Cross-references may or may not be successfully resolved.