architwin 1.10.23 → 1.11.1

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.
@@ -250,7 +250,7 @@ declare function disconnectSpace(): Promise<void>;
250
250
  * @param callback (optional) A callback function is a function you can pass to the method that will trigger once the user has clicked on a position
251
251
  * @returns
252
252
  */
253
- declare function getTargetPosition(callback?: Function): Promise<void>;
253
+ declare function getTargetPosition(callback?: Function, continousClick?: boolean): Promise<void>;
254
254
  /**
255
255
  * Cancels the pointer and resets the marker texture
256
256
  */