rune-langium / core/src / AnnotationDeepPath
Variable: AnnotationDeepPath
ts
AnnotationDeepPath: {
$type: "AnnotationDeepPath";
attribute: "attribute";
operator: "operator";
receiver: "receiver";
};Defined in: packages/core/src/generated/ast.ts:201
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
$type | "AnnotationDeepPath" | 'AnnotationDeepPath' | packages/core/src/generated/ast.ts:215 |
attribute | "attribute" | 'attribute' | packages/core/src/generated/ast.ts:216 |
operator | "operator" | 'operator' | packages/core/src/generated/ast.ts:217 |
receiver | "receiver" | 'receiver' | packages/core/src/generated/ast.ts:218 |