* Creates the SVG elements for the icon that will live on the block. * * @param pointerdownListener An event listener that must be attached to the * root SVG element by the implementation of `initView`. Used by Blockly's * gesture system to properly handle clicks and drags.
(pointerdownListener: (e: PointerEvent) => void)
| 24 | * gesture system to properly handle clicks and drags. |
| 25 | */ |
| 26 | initView(pointerdownListener: (e: PointerEvent) => void): void; |
| 27 | |
| 28 | /** |
| 29 | * Disposes of any elements of the icon. |
no outgoing calls
no test coverage detected