Clicking outside group focus

Hi there, new here

I see there was some topics about clicking outside a group focus. I just needed to know if there’s a value that is returned or a state that changes when you click outside it. If so where can I find it?

Thanks

What do you mean by the returned value or state?

When you click outside of a group focus, it automatically becomes invisible, so the value “Group Focus’s is visible” becomes false. (I’m not sure which value or state you’re referring to.)

If you have inputs or custom states inside the group focus and you click outside causing it to close, those values will remain there, unless you create conditions to reset them when the group focus closes.

No there is not a value returned, that is a good idea though.

You could achieve it with a plugin, I’m not sure if one already exists or not, but completely possible to build to provide that functionality.

What’s your use case for such functionality?