Skip to content

rune-langium / core/src / AnnotationRef

Variable: AnnotationRef

ts
AnnotationRef: {
  $type: "AnnotationRef";
  annotation: "annotation";
  attribute: "attribute";
  qualifiers: "qualifiers";
};

Defined in: packages/core/src/generated/ast.ts:304

Type Declaration

NameTypeDefault valueDefined in
$type"AnnotationRef"'AnnotationRef'packages/core/src/generated/ast.ts:321
annotation"annotation"'annotation'packages/core/src/generated/ast.ts:322
attribute"attribute"'attribute'packages/core/src/generated/ast.ts:323
qualifiers"qualifiers"'qualifiers'packages/core/src/generated/ast.ts:324

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.