Which params I can pass in atribute hidden

Hi, Which params I can pass in attribute hidden?
I create customElement for Annotation, and I need to know all params, which I can pass in hidden attribute

At least I need to hide element for desktop

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hello rkohut,

the .Hidden property on annotations is a boolean, so true or false, does this work for you?

Best regards,
Tyler Gordon
Web Development Support Engineer
PDFTron

Hi, thanks)
I already found solution:

hidden: [“desktop”, “tablet”]