blockly > FieldNumber > configure_

FieldNumber.configure_() method

Configure the field based on the given map of options.

Signature:

protected configure_(config: FieldNumberConfig): void;

Parameters

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

Returns:

void