Stay organized with collections Save and categorize content based on your preferences.

blockly > FieldImage > doValueUpdate_

FieldImage.doValueUpdate_() method

Update the value of this image field, and update the displayed image.

Signature:

protected doValueUpdate_(newValue: any): void;

Parameters

Parameter Type Description
newValue any The value to be saved. The default validator guarantees that this is a string.

Returns:

void