ClassesBlockblockly.block.setoutputshapeOn this pageHome > blockly > Block > setOutputShape Block.setOutputShape() method Set the block's output shape. Signature: setOutputShape(outputShape: number | null): void; Parameters ParameterTypeDescriptionoutputShapenumber | nullValue representing an output shape. Returns: void