圖素失去選取事件。

interface OnEntitySelectEvent {
    attr: null | {
        [field: string]: unknown;
    };
    mousePos: null | GeoPoint;
}

Properties

Properties

attr: null | {
    [field: string]: unknown;
}

屬性。

Type declaration

  • [field: string]: unknown
mousePos: null | GeoPoint

滑鼠座標。

Generated using TypeDoc