* Close Toolbox
()
| 223 | * Close Toolbox |
| 224 | */ |
| 225 | public toggle(): void { |
| 226 | if (!this.opened) { |
| 227 | this.open(); |
| 228 | } else { |
| 229 | this.close(); |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Destroys existing popover instance and contructs the new one. |
no test coverage detected