圖素失去選取事件。

interface OnEntitySelectEvent {
    id: number;
    mousePos: null | GeoPoint;
}

Properties

Properties

id: number

圖素Id。

mousePos: null | GeoPoint

滑鼠座標。

Generated using TypeDoc