blockly > フィールド > validator_

Field.validator_ プロパティ

ユーザーが編集可能なフィールドを編集するときに呼び出される検証関数。

署名:

protected validator_: FieldValidator<T> | null;