Can twitch Component extensions be moved by the user?

I’m currently getting into making a Twitch Component extension that would greatly benefit from the ability for the user to drag it around. Is this something that I can code in, or does twitch lock your extension into place and not let it be moved once it’s set up? If not, can I at least have it be moved via configuration, or is it genuinely only in the position you pick when first making the extension?

Broadcasters set placement and slot selection of an extension.

Inside that space you can allow your UI to be draggable but the user/viewer will not be able to choose which half of the screen an extension is on (if an extension claims the maximum 50% of a screen in component mode)

Thanks, that’ll do me fine. :slight_smile: