blockly > Field > getSize

Field.getSize() method

Returns the height and width of the field.

This should *in general* be the only place render_ gets called from.

Signature:

getSize(): Size;

Returns:

Size

Height and width.