Type alias OnEntityLostSelectEvent

OnEntityLostSelectEvent: {
    attrs: ({
        [field: string]: any;
    } | null)[];
    ids: number[];
}

圖素失去選取事件

Type declaration

  • attrs: ({
        [field: string]: any;
    } | null)[]

    失去選取圖素屬性。

  • ids: number[]

    失去選取圖素Id。

Generated using TypeDoc