blockly > Field > configure_
Field.configure_() method
Process the configuration map passed to the field.
Signature:
protected configure_(config: FieldConfig): void;
Parameters
Parameter | Type | Description |
---|---|---|
config | FieldConfig | A map of options used to configure the field. See the individual field's documentation for a list of properties this parameter supports. |
Returns:
void