rune-langium / core/src / Choice
Variable: Choice
ts
Choice: {
$type: "Choice";
annotations: "annotations";
attributes: "attributes";
definition: "definition";
name: "name";
synonyms: "synonyms";
};Defined in: packages/core/src/generated/ast.ts:542
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "Choice" | 'Choice' | packages/core/src/generated/ast.ts:553 |
annotations | "annotations" | 'annotations' | packages/core/src/generated/ast.ts:554 |
attributes | "attributes" | 'attributes' | packages/core/src/generated/ast.ts:555 |
definition | "definition" | 'definition' | packages/core/src/generated/ast.ts:556 |
name | "name" | 'name' | packages/core/src/generated/ast.ts:557 |
synonyms | "synonyms" | 'synonyms' | packages/core/src/generated/ast.ts:558 |