Interface ElementTextGuideLineConfig

interface ElementTextGuideLineConfig {
    anchor?: Point;
    candidates?: ("top" | "bottom" | "left" | "right")[];
    showAbove?: boolean;
}

Properties

anchor?: Point

Anchor for text guide line. Notice: Won't work

candidates?: ("top" | "bottom" | "left" | "right")[]

Candidates of connectors. Used when autoCalculate is true and anchor is not specified.

showAbove?: boolean

If above the target element.