* Set whether the annotation is hidden.
(hidden: boolean)
| 223 | * Set whether the annotation is hidden. |
| 224 | */ |
| 225 | setHidden(hidden: boolean): void { |
| 226 | this.setFlag(AnnotationFlags.Hidden, hidden); |
| 227 | } |
| 228 | |
| 229 | /** |
| 230 | * Whether the annotation is printable. |
no test coverage detected