Models a line in an engineering diagram

interface AnnotationsLine {
    label: string;
    pageNumber?: number;
    polyline: AnnotationsPolyLine;
}

Properties

label: string

The label describing what type of object it is

pageNumber?: number

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

1

100000

The polyline representing the line