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&lt;T&gt; | nulo

função de validação ou nulo.