Interface AnnotationsTypesDiagramsAssetLink

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

interface AnnotationsTypesDiagramsAssetLink {
    assetRef: AnnotationsAssetRef;
    description?: string;
    pageNumber?: number;
    symbol?: string;
    symbolRegion?: AnnotationsBoundingBox;
    text?: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

The asset this annotation is pointing to

description?: string

The description of a primitive

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 representing the asset

symbolRegion?: AnnotationsBoundingBox

The location of the symbol representing the asset

text?: string

The extracted text

The location of the text mentioning the asset