* Open Toolbox with Tools
()
| 201 | * Open Toolbox with Tools |
| 202 | */ |
| 203 | public open(): void { |
| 204 | if (this.isEmpty) { |
| 205 | return; |
| 206 | } |
| 207 | |
| 208 | this.popover?.show(); |
| 209 | this.opened = true; |
| 210 | this.emit(ToolboxEvent.Opened); |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * Close Toolbox |