object
  method fielderrorchange :
    (Ext_form_FieldAncestor.t Js.t ->
     Ext_form_Labelable.t Js.t -> Js.js_string Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
  method fieldvaliditychange :
    (Ext_form_FieldAncestor.t Js.t ->
     Ext_form_Labelable.t Js.t -> Js.js_string Js.t -> 'Js.t -> unit)
    Js.callback Js.writeonly_prop
end