blockly > Field > forceRerender

Field.forceRerender() method

Force a rerender of the block that this field is installed on, which will rerender this field and adjust for any sizing changes. Other fields on the same block will not rerender, because their sizes have already been recorded.

Signature:

forceRerender(): void;

Returns:

void