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

blockly > FieldImage > configure_

FieldImage.configure_() method

Configure the field based on the given map of options.

Signature:

protected configure_(config: FieldImageConfig): void;

Parameters

Parameter Type Description
config FieldImageConfig A map of options to configure the field based on.

Returns:

void