How to translate TVJS IKDOMElement to Swift UIView?

Using info from https://forums.developer.apple.com/message/59669#59669, I've set up a function in Swift to be called from TVJS. I would like to apply some animations to a on-screen UIView instance from the Swift side in response to the user "long selecting" it via TVJS/TVML. I have verified my Swift function is being called by the TVJS "longselect" event handler. If I pass the longselect event's target property as a parameter to my Swift function, I see an instance of IKDOMElement on the Swift side.


What is the easiest way (or is it possible) to access the UIView instance for a given IKDOMElement instance?


Thanks in advance for any help,


Tommy

How to translate TVJS IKDOMElement to Swift UIView?
 
 
Q