@labelbee/lb-annotation 1.5.4 → 1.5.5-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,6 +22,11 @@ declare class PointOperation extends BasicToolOperation {
|
|
|
22
22
|
* @returns
|
|
23
23
|
*/
|
|
24
24
|
setMarkerIndexAndSelect: (markerIndex: number) => void;
|
|
25
|
+
/**
|
|
26
|
+
* 设置下一个列表选择器
|
|
27
|
+
* @param pointList
|
|
28
|
+
*/
|
|
29
|
+
setNextMarker(pointList?: IPointUnit[]): void;
|
|
25
30
|
setResult(pointList: IPointUnit[]): void;
|
|
26
31
|
/**
|
|
27
32
|
* 设置当前的结果集
|