blockly > FieldValidator

סוג FieldVerifyator

פונקציה שנקראת כדי לאמת שינויים בערך השדה לפני שהם מוגדרים.

Signature:

export type FieldValidator<T = any> = (newValue: T) => T | null | undefined;