Home > blockly > RenderedConnection > startTrackingAll
RenderedConnection.startTrackingAll() method
Start tracking this connection, as well as all down-stream connections on any block attached to this connection. This happens when a block is expanded.
Signature:
startTrackingAll(): BlockSvg[];
Returns:
BlockSvg[]
List of blocks to render.