Home > blockly > FieldNumberValidator
FieldNumberValidator type
A function that is called to validate changes to the field's value before they are set.
Signature:
export type FieldNumberValidator = FieldInputValidator<number>;
Home > blockly > FieldNumberValidator
A function that is called to validate changes to the field's value before they are set.
Signature:
export type FieldNumberValidator = FieldInputValidator<number>;