blockly > Field > getValue

Field.getValue() method

Get the current value of the field.

Signature:

getValue(): T | null;

Returns:

T | null

Current value.