參考類型CoordinateExtentCoordinateExtent 座標範圍代表座標系統中的兩個點:一個在左上角,另一個在右下角。它用於表示流程中節點的邊界或視窗的邊界。 export type CoordinateExtent = [[number, number], [number, number]]; 註解 期望 CoordinateExtent 的屬性(如 nodeExtent 或 transtalteExtent)通常預設為 [[-∞, -∞], [+∞, +∞]],以表示無界限的範圍。 類型