Models a link to a CDF File referenced in an engineering diagram

interface AnnotationsFileLink {
    description?: string;
    fileRef: AnnotationsFileRef;
    pageNumber?: number;
    symbol?: string;
    symbolRegion?: AnnotationsBoundingBox;
    text?: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

description?: string

The description of a primitive

The file this annotation is pointing to

pageNumber?: number

The number of the page on which this annotation is located. The first page has number 1.

1

100000

symbol?: string

The symbol found in the file

symbolRegion?: AnnotationsBoundingBox

The location of the symbol representing the file

text?: string

The extracted text

The location of the text mentioning the file