blockly > Field > DEFAULT_VALUE

Field.DEFAULT_VALUE property

To overwrite the default value which is set in **Field**, directly update the prototype.

Example: FieldImage.prototype.DEFAULT_VALUE = null;

Signature:

DEFAULT_VALUE: T | null;