blockly > Grid > setLength

Grid.setLength() method

Sets the length of the grid lines.

Signature:

setLength(length: number): void;

Parameters

Parameter Type Description
length number

Returns:

void