@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface FlatMapFeatureAnnotation

    interface FlatMapFeatureAnnotation {
        alert?: string;
        "anatomical-nodes"?: string[];
        bounds?: BoundingBox;
        centreline?: boolean;
        centroid?: Point2D;
        children?: number[];
        colour?: string;
        coordinates?: Point2D[];
        "details-layer"?: string;
        featureId?: number;
        geometry?: string;
        hyperlink?: string;
        hyperlinks?: { description?: string; flatmap?: string; pmr?: string };
        id?: string;
        kind?: string;
        label?: string;
        layer?: string;
        lineLength?: number;
        lineString?: Feature<LineString>;
        marker?: boolean;
        markerPosition?: Point2D;
        models?: string;
        name?: string;
        "path-ids"?: string[];
        pathEndPosition?: number[];
        pathStartPosition?: number[];
        source?: string;
        type?: string;
    }
    Index

    Properties

    alert?: string
    "anatomical-nodes"?: string[]
    bounds?: BoundingBox
    centreline?: boolean
    centroid?: Point2D
    children?: number[]
    colour?: string
    coordinates?: Point2D[]
    "details-layer"?: string
    featureId?: number
    geometry?: string
    hyperlink?: string
    hyperlinks?: { description?: string; flatmap?: string; pmr?: string }
    id?: string
    kind?: string
    label?: string
    layer?: string
    lineLength?: number
    lineString?: Feature<LineString>
    marker?: boolean
    markerPosition?: Point2D
    models?: string
    name?: string
    "path-ids"?: string[]
    pathEndPosition?: number[]
    pathStartPosition?: number[]
    source?: string
    type?: string