Skip to main content

Home > blockly > Block > setOutputShape

Block.setOutputShape() method

Set the block's output shape.

Signature:

setOutputShape(outputShape: number | null): void;

Parameters

ParameterTypeDescription
outputShapenumber | nullValue representing an output shape.

Returns:

void