Skip to main content

Home > blockly > Connection > setShadowDom

Connection.setShadowDom() method

Changes the connection's shadow block.

Signature:

setShadowDom(shadowDom: Element | null): void;

Parameters

ParameterTypeDescription
shadowDomElement | nullDOM representation of a block or null.

Returns:

void