blockly > blockRendering > Row > getLastSpacer

blockRendering.Row.getLastSpacer() method

Convenience method to get the last spacer element on this row.

Signature:

getLastSpacer(): InRowSpacer | null;

Returns:

InRowSpacer | null

The last spacer element on this row.