@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
  * 设置当前的结果集
@@ -69,7 +69,7 @@ export default class DrawUtils {
69
69
  color: string;
70
70
  }>): void;
71
71
  /**
72
- * 绘制单点
72
+ * 绘制特殊点 - 三角形
73
73
  *
74
74
  * @export
75
75
  * @param {CanvasRenderingContext2D} ctx