rune-langium / core/src / LabelAnnotation
Variable: LabelAnnotation
ts
LabelAnnotation: {
$type: "LabelAnnotation";
deprecatedAs: "deprecatedAs";
label: "label";
name: "name";
path: "path";
};Defined in: packages/core/src/generated/ast.ts:1421
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "LabelAnnotation" | 'LabelAnnotation' | packages/core/src/generated/ast.ts:1431 |
deprecatedAs | "deprecatedAs" | 'deprecatedAs' | packages/core/src/generated/ast.ts:1432 |
label | "label" | 'label' | packages/core/src/generated/ast.ts:1433 |
name | "name" | 'name' | packages/core/src/generated/ast.ts:1434 |
path | "path" | 'path' | packages/core/src/generated/ast.ts:1435 |