File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ type ClientJS = org.modelix.model.client2.ClientJS;
11
11
*
12
12
* The URL is reactive and if it changes, the client is automatically disposed and a new client for the updated URL is created.
13
13
*
14
- * @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
15
- *
16
14
* @param url - Reactive reference of an URL to a model server.
17
15
* @param getClient - Function how to create a cliente given an URL.
18
16
*
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ type ChangeJS = org.modelix.model.client2.ChangeJS;
13
13
*
14
14
* The returned root node uses Vues reactivity and can be used in Vue like an reactive object.
15
15
*
16
- * @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
17
- *
18
16
* @param modelDataJsonStrings - Array of string, each representing a root node.
19
17
* @returns A new root node the combines all children from the loaded root nodes.
20
18
*/
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ type ChangeJS = org.modelix.model.client2.ChangeJS;
21
21
*
22
22
* Calling the returned dispose function stops syncing the root node to the underlying branch on the server.
23
23
*
24
- * @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
25
- *
26
24
* @param client - Reactive reference of a client to a model server.
27
25
* @param repositoryId - Reactive reference of a repositoryId on the model server.
28
26
* @param branchId - Reactive reference of a branchId in the repository of the model server.
You can’t perform that action at this time.
0 commit comments