Type alias OnEntitySelectEvent

OnEntitySelectEvent: {
    attr: {
        [field: string]: any;
    } | null;
    id: number;
    mousePos: GeoPoint | null;
}

圖素選取事件。

Type declaration

  • attr: {
        [field: string]: any;
    } | null

    圖素屬性。

  • id: number

    圖素Id。

  • mousePos: GeoPoint | null

    滑鼠座標。

Generated using TypeDoc