mxdraw 0.1.203 → 0.1.205

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.
package/dist/mxdraw.d.ts CHANGED
@@ -2734,6 +2734,15 @@ declare class MxDrawObject extends Node<MxDrawEvents, Node<any, any>> {
2734
2734
  * ```
2735
2735
  */
2736
2736
  addControlsEvent(type: string, call: (event: any) => number, isFront?: boolean): number;
2737
+ /**
2738
+ * 清除图上所有数据
2739
+ * @example
2740
+ * ```typescript
2741
+ *
2742
+ *
2743
+ * ```
2744
+ */
2745
+ clearAllObject(): any;
2737
2746
  }
2738
2747
 
2739
2748
  /**