blockly > inputs > Input > getShadowDom
inputs.Input.getShadowDom() method
Returns the XML representation of the connection's shadow block.
Signature:
getShadowDom(): Element | null;
Returns:
Element | null
Shadow DOM representation of a block or null.