Interface IHotspot

Describes a hotspot on an annotated document. Hotspots are areas of interest on the document that can be linked to Entity records.

Hierarchy

  • IHotspot

Properties

Description?: string
Key: string
LinkedEntity?: {
    Entity.ID: string;
}

Type declaration

  • Entity.ID: string
X: number
Y: number

Generated using TypeDoc