new TName(name, annotation)
Variable name token.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | |
annotation |
Array.<string> |
Properties:
Name | Type | Description |
---|---|---|
name |
string | The name, prefixed with any annotations joined by colons. |
nameWithoutAnnotation |
string | The name without the annotations. |
value |
string | Same as |
annotation |
Array.<string> | List of annotations (used to modify display). |
type |
string | "name" |