Is there a way to open a link from elsewhere on a Hub page in an existing iframe element on the same page?
I am able to locate the iframe id generated when the element is added to a page, but setting the link target to the iframe merely opens the link in a new tab. Furthermore, using the <iframe> tag in a text element doesn't seem to work either; it gets translated into a simple text string. It seems that the iframe element is intended to be used here, but it's very rigid in its deployment and does not seem to support what I want to do.
That said, I play around with web development only part-time, so maybe I am missing something or it's just a gap in my knowledge.
Is there a way to achieve what I am hoping to?