blockly > FieldVariable > configure_
FieldVariable.configure_() method
Configure the field based on the given map of options.
Signature:
protected configure_(config: FieldVariableConfig): void;
Parameters
Parameter | Type | Description |
---|---|---|
config | FieldVariableConfig | A map of options to configure the field based on. |
Returns:
void