rune-langium / visual-editor/src / getTypeRefText
Function: getTypeRefText()
ts
function getTypeRefText(typeCall): string | undefined;Defined in: packages/visual-editor/src/adapters/model-helpers.ts:58
Get the display name of a type reference (e.g. from a TypeCall).
Parameters
| Parameter | Type |
|---|---|
typeCall | TypeCallShape | undefined |
Returns
string | undefined