Write to the clipboard from within Admin Block

Is it possible to be able to write to the clipboard from within an AdminBlock? I have tried several different ways, but does not seem to work.
I have a use case where I show a reference number in an orders admin block, and I want the customer to be able to quickly copy it, like what happens with address and emails fields in the order admin page.
Thanks

My assumption is that this would only be possible with the same approach as checkout extensions (ClipboardItem). :eyes:

Thanks. unfortunately it seems like they have not implemented clipboardItem in AdminExtensions yet. So was looking for an alternative solution if anyone has found it.