@returns An array of the icons attached to this block.
()
| 2452 | |
| 2453 | /** @returns An array of the icons attached to this block. */ |
| 2454 | getIcons(): IIcon[] { |
| 2455 | return [...this.icons]; |
| 2456 | } |
| 2457 | |
| 2458 | /** |
| 2459 | * Return the coordinates of the top-left corner of this block relative to the |
no outgoing calls
no test coverage detected