You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that being able to treat link expressions like any other language expression, meaning having a url that can itself be referenced in a link, would enable more contextual semantic relationships between expressions.
The text was updated successfully, but these errors were encountered:
and updating links based on a URL, only specifying the triplet(s) you need to update.
await ad4mClient.perspective.updateLink(perspectiveUuid, linkUrl, { target: "My username", });
A problem we have in Flux right now is that we usually transform the Link response to our data structure, but to remove a link we still need to hold a reference to the whole link response.
I think that being able to treat link expressions like any other language expression, meaning having a url that can itself be referenced in a link, would enable more contextual semantic relationships between expressions.
The text was updated successfully, but these errors were encountered: