Skip to main content

Home > blockly > Field > configure_

Field.configure_() method

Process the configuration map passed to the field.

Signature:

protected configure_(config: FieldConfig): void;

Parameters

ParameterTypeDescription
configFieldConfigA map of options used to configure the field. See the individual field's documentation for a list of properties this parameter supports.

Returns:

void