Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 308 Bytes

blockly.fieldvariablevalidator_typealias.md

File metadata and controls

11 lines (7 loc) · 308 Bytes

FieldVariableValidator type

A function that is called to validate changes to the field's value before they are set.

Signature:

export type FieldVariableValidator = FieldDropdownValidator;

References: FieldDropdownValidator