blockly > Campo > getValidator
Método Field.getValidator()
Recebe a função de validação para campos editáveis ou retorna nulo se não estiver definido.
Signature:
getValidator(): FieldValidator<T> | null;
Retorna:
FieldValidator<T> | nulo
função de validação ou nulo.