I’m creating a text from a frame/section selection. I want to convert this text to a link, or add a link property to it. My problem is that my text node doesn’t show the hyperlink property, example: textNode.hyperlink = … It says “hyperlink does not exist on type TextNode” wish is weird cause I see the property in the console.
I also check creating an HyperlinkTarget object passing it the id of my selection wich it works. But how do i pass this to a simple textNode?