rune-langium / core/src / Annotation
Variable: Annotation
ts
Annotation: {
$type: "Annotation";
attributes: "attributes";
definition: "definition";
name: "name";
prefix: "prefix";
};Defined in: packages/core/src/generated/ast.ts:180
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "Annotation" | 'Annotation' | packages/core/src/generated/ast.ts:190 |
attributes | "attributes" | 'attributes' | packages/core/src/generated/ast.ts:191 |
definition | "definition" | 'definition' | packages/core/src/generated/ast.ts:192 |
name | "name" | 'name' | packages/core/src/generated/ast.ts:193 |
prefix | "prefix" | 'prefix' | packages/core/src/generated/ast.ts:194 |