Hide Custom stamp delete button

Product: Web viewer

Product Version:10.12.0

Please give a brief summary of your issue:
(Think of this as an email subject)
I want to hide custom stamp delete buttons

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

Please provide a link to a minimal sample where the issue is reproducible:

1 Like

Hi there,

The delete button has a data-element of ā€˜deleteCustomStampButtonā€™.

You can remove this from the UI via:

instance.UI.disableElement('deleteCustomStampButton')

best regards,
Kevin

1 Like