interface Annotation {
    $CreationOptions?: unknown;
    $ID: string;
    $Type: "DomainModels$Annotation";
    caption: string;
    location: Location;
    width: number;
    delete(): void;
    getContainer(): DomainModel;
}

Hierarchy (view full)

Properties

$CreationOptions?: unknown

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

caption: string
location: Location
width: number

Methods

  • Returns void