Hiding buttons i created within a screen (User Roles)

roles

Good day,
Above is a snapshot of roles creation in cuba.
I am trying to set a role that limits user from seeing specific buttons from UI tab as shown above. I understand that we have to select the screen, but not sure of what to indicate as the component. I tried using the component ID but nothing was affected.

What is the component or component value that needs to be set? From the component tree shown above i want to hide the selected button

Thank you in advance.

Hi.
According to the Screen component permissions documentation: if the component belongs to the screen, simply specify the component identifier.

I’ve added a button to the screen into the ButtonsPanel

<button id="test"/>

And set the following permission in the role:

Everything works.

Regards,
Natalia.