Could anyone help me how to use a HyperlinkTarget object to put a link on a Textnode that links to an different node on that page (like a different Text, Frame, Shape,…)
I have no idea how to use the code snippet below 😕
type HyperlinkTarget = {
type: "URL" | "NODE"
value: string
}