diff --git a/docs/classes/_runtime_svelte_store_position.TJSPosition.html b/docs/classes/_runtime_svelte_store_position.TJSPosition.html index 8e8b9d6d..620f0c78 100644 --- a/docs/classes/_runtime_svelte_store_position.TJSPosition.html +++ b/docs/classes/_runtime_svelte_store_position.TJSPosition.html @@ -126,7 +126,7 @@
Optional
position: TJSPositionDataRelativeOptional
options: OptionsSetAdditional options.
This TJSPosition instance.
-Callback function that is invoked on update / changes. Receives a copy of the TJSPositionData.
+Callback function that is invoked on update / changes. Receives a readonly copy of the TJSPositionData.
Unsubscribe function.
Current position data.
Provides the Writable store update
method. Receive and return a TJSPositionData instance to
diff --git a/docs/modules/_runtime_svelte_store_position.html b/docs/modules/_runtime_svelte_store_position.html
index 6dadbb7f..a8ccfed0 100644
--- a/docs/modules/_runtime_svelte_store_position.html
+++ b/docs/modules/_runtime_svelte_store_position.html
@@ -1,4 +1,8 @@
-
Provides a reactive compound store and related actions for advanced and optimized positioning of elements including
+essential animation / tweening and validation of positional changes. TJSPosition is the main reactive store
+along with the applyPosition and draggable actions to respectively attach a TJSPosition
instance
+to an element in a Svelte template and make it draggable.
TJSPosition data to set.