How to access Browser API (Ex. Clipboard) from Web Embed Component

I have copy to clipboard feature in my web embed. But since it’s a iframe which renders the component, I need some way to add attribute to iframe which allows to access to Browser API like Clipboard

You can use GAS as a middleman… I don’t think this is possible from Glide.
I did a similar case for setting local storage…