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(): Block[];

Returns:

Block[]

List of blocks to render.